RE: [PATCH 4/6] drm/amdgpu: double the priority of kernel allocations

2017-01-15 Thread He, Hongbo
Reviewed-by: Roger.He <hongbo...@amd.com> -Original Message- From: Christian König [mailto:deathsim...@vodafone.de] Sent: Friday, January 13, 2017 5:51 PM To: He, Hongbo <hongbo...@amd.com> Cc: amd-...@lists.freedesktop.org; dri-devel@lists.freedesktop.org Subject: [PATCH 4/6

[PATCH 4/6] drm/amdgpu: double the priority of kernel allocations

2017-01-13 Thread Christian König
From: Christian König Give kernel allocations a higher priority cause it is often more work to swap them back in. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 2 ++ 1 file changed, 2 insertions(+) diff