Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_init.c116 .update_dsc_pg = dcn32_update_dsc_pg,
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1846 if (dc->hwss.update_dsc_pg) in dc_commit_state_no_check()
1847 dc->hwss.update_dsc_pg(dc, context, false); in dc_commit_state_no_check()
1957 if (dc->hwss.update_dsc_pg) in dc_commit_state_no_check()
1958 dc->hwss.update_dsc_pg(dc, context, true); in dc_commit_state_no_check()
2204 if (dc->hwss.update_dsc_pg) in dc_post_update_surfaces_to_stream()
2205 dc->hwss.update_dsc_pg(dc, context, true); in dc_post_update_surfaces_to_stream()
3540 if (dc->hwss.update_dsc_pg) in commit_planes_for_stream()
3541 dc->hwss.update_dsc_pg(dc, context, false); in commit_planes_for_stream()

Completed in 7 milliseconds