diff options
| author | Alex Deucher <[email protected]> | 2017-12-12 20:26:10 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2017-12-13 22:28:09 +0000 |
| commit | 44da0d57db175b02f36a2ecf3c9b89cf24a476c4 (patch) | |
| tree | 045d665e95a55db260ecbc540e6eb78de36ab69e /drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.h | |
| parent | drm/amdgpu: drop scratch regs save and restore from GPU reset handling (diff) | |
| download | kernel-44da0d57db175b02f36a2ecf3c9b89cf24a476c4.tar.gz kernel-44da0d57db175b02f36a2ecf3c9b89cf24a476c4.zip | |
drm/amdgpu: drop amdgpu_atombios_scratch_regs_save/restore
No longer used.
Reviewed-by: Harry Wentland <[email protected]>
Acked-by: Christian König <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.h | 2 |
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); |
