Home
last modified time | relevance | path

Searched refs:calc_blocks_to_gate (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_init.c118 .calc_blocks_to_gate = dcn35_calc_blocks_to_gate,
H A Ddcn35_hwseq.c1389 if (dc->hwss.calc_blocks_to_gate) { in dcn35_optimize_bandwidth()
1390 dc->hwss.calc_blocks_to_gate(dc, context, &pg_update_state); in dcn35_optimize_bandwidth()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn351/
H A Ddcn351_init.c117 .calc_blocks_to_gate = dcn351_calc_blocks_to_gate,
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h439 void (*calc_blocks_to_gate)(struct dc *dc, struct dc_state *context, member