mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
drm/amd/display: Remove unused dc_stream_warmup_writeback
dc_stream_warmup_writeback() is unused since it was added in 2019 by
commit 6a652f6d12 ("drm/amd/display: Add warmup escape call support")
Remove it.
Note there is a dcn30 version that's called directly which is kept.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
a4b0d065df
commit
006ee12cd8
|
|
@ -605,17 +605,6 @@ bool dc_stream_remove_writeback(struct dc *dc,
|
|||
return true;
|
||||
}
|
||||
|
||||
bool dc_stream_warmup_writeback(struct dc *dc,
|
||||
int num_dwb,
|
||||
struct dc_writeback_info *wb_info)
|
||||
{
|
||||
dc_exit_ips_for_hw_access(dc);
|
||||
|
||||
if (dc->hwss.mmhubbub_warmup)
|
||||
return dc->hwss.mmhubbub_warmup(dc, num_dwb, wb_info);
|
||||
else
|
||||
return false;
|
||||
}
|
||||
uint32_t dc_stream_get_vblank_counter(const struct dc_stream_state *stream)
|
||||
{
|
||||
uint8_t i;
|
||||
|
|
|
|||
|
|
@ -447,10 +447,6 @@ enum dc_status dc_stream_add_dsc_to_resource(struct dc *dc,
|
|||
struct dc_state *state,
|
||||
struct dc_stream_state *stream);
|
||||
|
||||
bool dc_stream_warmup_writeback(struct dc *dc,
|
||||
int num_dwb,
|
||||
struct dc_writeback_info *wb_info);
|
||||
|
||||
bool dc_stream_dmdata_status_done(struct dc *dc, struct dc_stream_state *stream);
|
||||
|
||||
bool dc_stream_set_dynamic_metadata(struct dc *dc,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user