Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn351/
Ddcn351_init.c119 .calc_blocks_to_ungate = dcn351_calc_blocks_to_ungate,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
Ddcn35_init.c120 .calc_blocks_to_ungate = dcn35_calc_blocks_to_ungate,
Ddcn35_hwseq.c1386 if (dc->hwss.calc_blocks_to_ungate) { in dcn35_prepare_bandwidth()
1387 dc->hwss.calc_blocks_to_ungate(dc, context, &pg_update_state); in dcn35_prepare_bandwidth()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/
Dhw_sequencer.h441 void (*calc_blocks_to_ungate)(struct dc *dc, struct dc_state *context, member