Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.h68 void dcn35_calc_blocks_to_ungate(struct dc *dc, struct dc_state *context,
H A Ddcn35_init.c119 .calc_blocks_to_ungate = dcn35_calc_blocks_to_ungate,
H A Ddcn35_hwseq.c1091 void dcn35_calc_blocks_to_ungate(struct dc *dc, struct dc_state *context, in dcn35_calc_blocks_to_ungate() function
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn351/
H A Ddcn351_hwseq.c63 dcn35_calc_blocks_to_ungate(dc, context, update_state); in dcn351_calc_blocks_to_ungate()