Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1336 unsigned int LinesInDETCRoundedDownToSwath[DML2_MAX_PLANES]; member
H A Ddml2_core_dcn6_calcs_dchub.c1219 …s->LinesInDETCRoundedDownToSwath[k] = (unsigned int)(math_floor2(s->LinesInDETC[k], p->SwathHeight… in dcn6_calculate_watermarks_and_dram_speed_change_support()
1220 …s->FullDETBufferingTimeC = s->LinesInDETCRoundedDownToSwath[k] * (h_total / pixel_clock_mhz) / v_r… in dcn6_calculate_watermarks_and_dram_speed_change_support()
H A Ddml2_core_dcn5_calcs_dchub.c4392 …s->LinesInDETCRoundedDownToSwath[k] = (unsigned int)(math_floor2(s->LinesInDETC[k], p->SwathHeight… in dcn5_calculate_watermarks_and_dram_speed_change_support()
4393 …s->FullDETBufferingTimeC = s->LinesInDETCRoundedDownToSwath[k] * (h_total / pixel_clock_mhz) / v_r… in dcn5_calculate_watermarks_and_dram_speed_change_support()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1761 dml_uint_t LinesInDETCRoundedDownToSwath[__DML_NUM_PLANES__]; member