]> git.baikalelectronics.ru Git - kernel.git/commit
drm/ttm: move unlocking out of ttm_bo_cleanup_memtype_use
authorChristian König <christian.koenig@amd.com>
Wed, 8 Nov 2017 11:37:35 +0000 (12:37 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 6 Dec 2017 17:47:19 +0000 (12:47 -0500)
commit7b346fb75ec4e93837a55ef31c529c4874c3a043
tree0e79ba172ec4f446704f64b4588ce65f90016a6c
parent35769f26b74fbae71ac57f7da06b704a1dcf1c6c
drm/ttm: move unlocking out of ttm_bo_cleanup_memtype_use

Needed for the next patch and makes the code quite a bit easier to
understand.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-and-Tested-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/ttm/ttm_bo.c