OSDN Git Service

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)
commit1939e3e265d2fb984b56829c51f5843bfc6d5292
treeb5a27809441aa7b90df96ed3d30add5daa07f6c2
parenta895c222e7ab5f50ec10e209cd4548ecd5dd9443
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