RE: [PATCH] drm/amdgpu: fix drm_plane alloc in amdgpu_vkms

2021-12-07 Thread Chen, Guchun
[Public] Reviewed-by: Guchun Chen Regards, Guchun -Original Message- From: Cui, Flora Sent: Tuesday, December 7, 2021 3:12 PM To: Chen, Guchun ; Yuan, Perry ; Shi, Leslie ; amd-gfx@lists.freedesktop.org Cc: Cui, Flora Subject: [PATCH] drm/amdgpu: fix drm_plane alloc in amdgpu_vkms

[PATCH] drm/amdgpu: fix drm_plane alloc in amdgpu_vkms

2021-12-06 Thread Flora Cui
otherwise the drm_plane is not released Signed-off-by: Flora Cui --- drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c | 21 - 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c index af3a