summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2017-12-12 15:26:10 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-12-13 17:28:09 -0500
commit44da0d57db175b02f36a2ecf3c9b89cf24a476c4 (patch)
tree045d665e95a55db260ecbc540e6eb78de36ab69e /drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.h
parent88bc1e3c38aaadbedd1df96e8bbe62b06f7cda1f (diff)
downloadlinux-stable-44da0d57db175b02f36a2ecf3c9b89cf24a476c4.tar.gz
linux-stable-44da0d57db175b02f36a2ecf3c9b89cf24a476c4.tar.bz2
linux-stable-44da0d57db175b02f36a2ecf3c9b89cf24a476c4.zip
drm/amdgpu: drop amdgpu_atombios_scratch_regs_save/restore
No longer used. Reviewed-by: Harry Wentland <harry.wentland@amd.com> Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.h
index b0d5d1d7fdba..58507f9ff856 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.h
@@ -196,8 +196,6 @@ bool amdgpu_atombios_has_gpu_virtualization_table(struct amdgpu_device *adev);
void amdgpu_atombios_scratch_regs_lock(struct amdgpu_device *adev, bool lock);
void amdgpu_atombios_scratch_regs_init(struct amdgpu_device *adev);
-void amdgpu_atombios_scratch_regs_save(struct amdgpu_device *adev);
-void amdgpu_atombios_scratch_regs_restore(struct amdgpu_device *adev);
void amdgpu_atombios_scratch_regs_engine_hung(struct amdgpu_device *adev,
bool hung);
bool amdgpu_atombios_scratch_need_asic_init(struct amdgpu_device *adev);