]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: remove unused functions
authorNirmoy Das <nirmoy.das@amd.com>
Thu, 27 Feb 2020 17:26:15 +0000 (18:26 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 9 Mar 2020 17:51:48 +0000 (13:51 -0400)
commitfe742bbb6d0e3812ead072a35b8f8ebc9a646c73
tree28eb9dff2bf925e8b552a0616108198bcdcb58e5
parent96ed3540a52ccfde319c75c7e720afd6343c4544
drm/amdgpu: remove unused functions

AMDGPU statically sets priority for compute queues
at initialization so remove all the functions
responsible for changing compute queue priority dynamically.

Signed-off-by: Nirmoy Das <nirmoy.das@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c