drm/amdgpu: move shadow_list to amdgpu_bo_vm
authorNirmoy Das <nirmoy.das@amd.com>
Tue, 15 Jun 2021 09:05:08 +0000 (11:05 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Jun 2021 21:25:42 +0000 (17:25 -0400)
commite18aaea733da9c8cb43b21336610ec9796036d3e
treeef8051385599150541a96e1dd64b3064bf456164
parent23e24fbb7695d42fa90afefe08c06f29b47548ee
drm/amdgpu: move shadow_list to amdgpu_bo_vm

Move shadow_list to struct amdgpu_bo_vm as shadow BOs
are part of PT/PD BOs.

Signed-off-by: Nirmoy Das <nirmoy.das@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c