Home
last modified time | relevance | path

Searched refs:update_dsc_pg (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_init.c116 .update_dsc_pg = dcn32_update_dsc_pg,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dhw_sequencer.h219 void (*update_dsc_pg)(struct dc *dc, struct dc_state *context, bool safe_to_disable); member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1850 if (dc->hwss.update_dsc_pg) in dc_commit_state_no_check()
1851 dc->hwss.update_dsc_pg(dc, context, false); in dc_commit_state_no_check()
1961 if (dc->hwss.update_dsc_pg) in dc_commit_state_no_check()
1962 dc->hwss.update_dsc_pg(dc, context, true); in dc_commit_state_no_check()
2208 if (dc->hwss.update_dsc_pg) in dc_post_update_surfaces_to_stream()
2209 dc->hwss.update_dsc_pg(dc, context, true); in dc_post_update_surfaces_to_stream()
3544 if (dc->hwss.update_dsc_pg) in commit_planes_for_stream()
3545 dc->hwss.update_dsc_pg(dc, context, false); in commit_planes_for_stream()