]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: fix and cleanup shadow handling
authorChristian König <christian.koenig@amd.com>
Fri, 18 Aug 2017 13:50:17 +0000 (15:50 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 29 Aug 2017 19:27:40 +0000 (15:27 -0400)
commit045b161a9b0c8940f378731f057bd23c7a42e0b4
tree1cff68f7bef6c0c112137954dafd259aff323764
parentfecf8055a208019615348895e7141a2a00024762
drm/amdgpu: fix and cleanup shadow handling

Set the shadow flag on the shadow and not the parent, always bind shadow BOs
during allocation instead of manually, use the reservation_object wrappers
to grab the lock.

This fixes a couple of issues with binding the shadow BOs as well as correctly
evicting them when memory becomes tight.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@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_vm.c