]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: drop bo_list_clone when no scheduler
authormonk.liu <monk.liu@amd.com>
Thu, 13 Aug 2015 08:19:54 +0000 (16:19 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 17 Aug 2015 20:51:19 +0000 (16:51 -0400)
commit3ee9b6843d0bb8408d102ad5046b6129757a3269
treeb5a27809441aa7b90df96ed3d30add5daa07f6c2
parentaa04028e4e42d3ecd5cee29904b1528134c6f725
drm/amdgpu: drop bo_list_clone when no scheduler

bo_list_clone() will take a lot of time when bo_list hold too much
elements, like above 7000

Signed-off-by: Monk.Liu <monk.liu@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Reviewed-by: Jammy Zhou <jammy.zhou@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c