Searched refs:update_dsc_pg (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc.c | 2186 if (dc->hwss.update_dsc_pg) in dc_commit_state_no_check() 2187 dc->hwss.update_dsc_pg(dc, context, false); in dc_commit_state_no_check() 2321 if (dc->hwss.update_dsc_pg) in dc_commit_state_no_check() 2322 dc->hwss.update_dsc_pg(dc, context, true); in dc_commit_state_no_check() 2603 if (dc->hwss.update_dsc_pg) in dc_post_update_surfaces_to_stream() 2604 dc->hwss.update_dsc_pg(dc, context, true); in dc_post_update_surfaces_to_stream() 4220 if (dc->hwss.update_dsc_pg) in commit_planes_for_stream() 4221 dc->hwss.update_dsc_pg(dc, context, false); in commit_planes_for_stream()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/ |
| H A D | hw_sequencer.h | 1037 void (*update_dsc_pg)(struct dc *dc, struct dc_state *context, bool safe_to_disable); member
|