diff options
author | Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> | 2024-05-14 11:22:00 -0600 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-05-29 14:39:33 -0400 |
commit | ddef2cfbb8927f7236f1e0d12ffd35b5d576e300 (patch) | |
tree | 38465151ba0de7a6b58e55c624286091121da407 /drivers/gpu/drm/amd/display/dc/dc.h | |
parent | 2998bccfa4197ff49bf70cbe14563d1417fe3ccf (diff) | |
download | linux-ddef2cfbb8927f7236f1e0d12ffd35b5d576e300.tar.gz linux-ddef2cfbb8927f7236f1e0d12ffd35b5d576e300.tar.bz2 linux-ddef2cfbb8927f7236f1e0d12ffd35b5d576e300.zip |
drm/amd/display: Remove unused code
This commit removes some unused code with the required adjustments.
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dc.h')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h index 1055970d3888..31e3371b1b2e 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -1587,7 +1587,6 @@ struct dc_plane_state *dc_get_surface_for_mpcc(struct dc *dc, uint32_t dc_get_opp_for_plane(struct dc *dc, struct dc_plane_state *plane); void dc_set_disable_128b_132b_stream_overhead(bool disable); -bool dc_get_disable_128b_132b_stream_overhead(void); /* The function returns minimum bandwidth required to drive a given timing * return - minimum required timing bandwidth in kbps. |