Home
last modified time | relevance | path

Searched refs:program_outstanding_updates (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c1262 if (dc->hwss.program_outstanding_updates) in hwss_process_outstanding_hw_updates()
1263 dc->hwss.program_outstanding_updates(dc, dc_context); in hwss_process_outstanding_hw_updates()
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h462 void (*program_outstanding_updates)(struct dc *dc, member