]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amd/display: use ttm_eu_reserve_buffers instead of amdgpu_bo_reserve v2
authorChunming Zhou <david1.zhou@amd.com>
Tue, 7 May 2019 11:45:31 +0000 (19:45 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 31 May 2019 15:39:35 +0000 (10:39 -0500)
commit0f257b09531b47baa8dd5bb4aa213a602f1f308c
treea9d6537abcd2a6f3315c9a94d904086beeb79174
parentd367bd2a5e2b12cb9135b30df94af8211196e8cf
drm/amd/display: use ttm_eu_reserve_buffers instead of amdgpu_bo_reserve v2

add ticket for display bo, so that it can preempt busy bo.

v2: fix stupid rebase error

Signed-off-by: Chunming Zhou <david1.zhou@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Tested-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c