Re: [PATCH 6/7] drm/amdgpu: remove unused code

2021-05-26 Thread Das, Nirmoy
, Christian ; Deucher, Alexander ; Das, Nirmoy Subject: [PATCH 6/7] drm/amdgpu: remove unused code Remove unused code related to shadow BO. Signed-off-by: Nirmoy Das --- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 29 -- drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | 3 --- 2

[PATCH 6/7] drm/amdgpu: remove unused code

2021-05-26 Thread Nirmoy Das
Remove unused code related to shadow BO. Signed-off-by: Nirmoy Das --- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 29 -- drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | 3 --- 2 files changed, 32 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c

[PATCH 6/7] drm/amdgpu: remove unused code

2021-05-21 Thread Nirmoy Das
Remove unused code related to shadow BO. Signed-off-by: Nirmoy Das --- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 30 -- drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | 4 --- 2 files changed, 34 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c