[PATCH 2/2] drm/amdgpu: remove sorting of CS BOs

2016-04-15 Thread Christian König
From: Christian König Not needed any more. Signed-off-by: Christian König Reviewed-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 23 --- 1 file changed, 23 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c

[PATCH 2/2] drm/amdgpu: remove sorting of CS BOs

2016-04-15 Thread Alex Deucher
On Fri, Apr 15, 2016 at 11:19 AM, Christian König wrote: > From: Christian König > > Not needed any more. Applied the series. Alex > > Signed-off-by: Christian König > Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 23 --- > 1 file

[PATCH 2/2] drm/amdgpu: remove sorting of CS BOs

2016-04-15 Thread Ayyappa Ch
Hello Christian , As per below comment large buffer eviction is more expensive. So removing this code will solve the same problem? - /* Sort the buffer list from the smallest to largest buffer, -* which affects the order of buffers in the LRU list. -

[PATCH 2/2] drm/amdgpu: remove sorting of CS BOs

2016-04-14 Thread Christian König
From: Christian König Not needed any more. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 23 --- 1 file changed, 23 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c