]> 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)
commit9c8df3707d66b1d23b0f7476bd8ca88735a6ee53
tree28eb9dff2bf925e8b552a0616108198bcdcb58e5
parent6e138adfab6e011c459084766ed0ed299d7c5a3c
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