diff options
author | Joshua Aberback <joshua.aberback@amd.com> | 2024-06-06 15:51:16 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-07-23 17:38:42 -0400 |
commit | 8732594017d32132ca741f4ec4eec91211f5d10c (patch) | |
tree | 2a76da193f6e2aa4a277a2e8f0d2b81e285e65ee /drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | |
parent | 58ed441367b9b0fb48aa8cd471a73073d1143e16 (diff) |
drm/amd/display: Remove duplicate HWSS interfaces
[Why]
Some interface functions are defined in both the public and private HWSS
interfaces, which can lead to confusion and runtime issues, therefore
the duplicates should be eliminated.
[How]
- power_down should only be private, because it's only used within HWSS.
- update_plane_addr should only be public, as it's used outside HWSS.
Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Joshua Aberback <joshua.aberback@amd.com>
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c')
0 files changed, 0 insertions, 0 deletions