diff options
| author | Alex Deucher <[email protected]> | 2025-04-30 16:34:17 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-05-07 21:47:02 +0000 |
| commit | e8614fc769df0343627e39eab4f52bc9ff8c075b (patch) | |
| tree | dee0c30932cce12835ad1f32b483ef42f62f3c3c /drivers/gpu/drm/amd/amdgpu/amdgpu_hdp.h | |
| parent | drm/amd/pm/smu13: Remove unused smu_v3 functions (diff) | |
| download | kernel-e8614fc769df0343627e39eab4f52bc9ff8c075b.tar.gz kernel-e8614fc769df0343627e39eab4f52bc9ff8c075b.zip | |
Revert "drm/amdgpu: Use generic hdp flush function"
This reverts commit 18a878fd8aef0ec21648a3782f55a79790cd4073.
Revert this temporarily to make it easier to fix a regression
in the HDP handling.
Reviewed-by: Felix Kuehling <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_hdp.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_hdp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_hdp.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_hdp.h index 4cfd932b7e91..7b8a6152dc8d 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_hdp.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_hdp.h @@ -44,6 +44,4 @@ struct amdgpu_hdp { }; int amdgpu_hdp_ras_sw_init(struct amdgpu_device *adev); -void amdgpu_hdp_generic_flush(struct amdgpu_device *adev, - struct amdgpu_ring *ring); #endif /* __AMDGPU_HDP_H__ */ |
