Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c1448 if (dc->hwss.root_clock_control) in dcn35_prepare_bandwidth()
1449 dc->hwss.root_clock_control(dc, &pg_update_state, true); in dcn35_prepare_bandwidth()
1472 if (dc->hwss.root_clock_control) in dcn35_optimize_bandwidth()
1473 dc->hwss.root_clock_control(dc, &pg_update_state, false); in dcn35_optimize_bandwidth()
1664 if (dc->hwss.root_clock_control) in dcn35_hardware_release()
1665 dc->hwss.root_clock_control(dc, &pg_update_state, true); in dcn35_hardware_release()
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h447 void (*root_clock_control)(struct dc *dc, member