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)
commit552b80d7409da11f344cdd0bced62e6d9375f3fb
tree28eb9dff2bf925e8b552a0616108198bcdcb58e5
parent2316a86bde4960b8137aaa54181eea31126fd165
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