]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd: Remove unused declarations
authorZhang Zekun <zhangzekun11@huawei.com>
Mon, 12 Aug 2024 12:24:15 +0000 (20:24 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 16 Aug 2024 18:23:16 +0000 (14:23 -0400)
commit20588d5afce3992ff4fc9b61085e3e1affbac620
tree434bed93b9641061a7625291dd8914112e9f1885
parent3fbaf475a5b8361ebee7da18964db809e37518b7
drm/amd: Remove unused declarations

amdgpu_gart_table_vram_pin() and amdgpu_gart_table_vram_unpin() has
been removed since commit 575e55ee4fbc ("drm/amdgpu: recover gart table
at resume") remain the declarations untouched in the header files.

Besides, amdgpu_dm_display_resume() has also beed removed since
commit a80aa93de1a0 ("drm/amd/display: Unify dm resume sequence into a
single call"). So, let's remove this unused declarations.

Signed-off-by: Zhang Zekun <zhangzekun11@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h