Home
last modified time | relevance | path

Searched refs:horz_div_l (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c5357 unsigned int horz_div_l; in dml32_CalculateDCCConfiguration() local
5368 horz_div_l = 1; in dml32_CalculateDCCConfiguration()
5381 BytePerPixelY / (1 + horz_div_l)); in dml32_CalculateDCCConfiguration()
5387 BytePerPixelY / (1 + horz_div_l) + (double) RequestHeight256ByteChroma * in dml32_CalculateDCCConfiguration()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c1494 int horz_div_l; local
1532 horz_div_l = 1;
1542 horz_div_l = 0;
1548 …= (double) swath_buf_size / ((double) RequestHeight256ByteLuma * BytePerPixelY / (1 + horz_div_l));
1553 / ((double) RequestHeight256ByteLuma * BytePerPixelY / (1 + horz_div_l)
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core.c2123 dml_uint_t horz_div_l; in CalculateDCCConfiguration() local
2167 horz_div_l = 1; in CalculateDCCConfiguration()
2179 …at_t) swath_buf_size / ((dml_float_t) RequestHeight256ByteLuma * BytePerPixelY / (1 + horz_div_l)); in CalculateDCCConfiguration()
2183 …_size / ((dml_float_t) RequestHeight256ByteLuma * BytePerPixelY / (1 + horz_div_l) + (dml_float_t)… in CalculateDCCConfiguration()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared.c4732 unsigned int horz_div_l; in CalculateDCCConfiguration() local
4742 horz_div_l = 1; in CalculateDCCConfiguration()
4754 …t = (double)swath_buf_size / ((double)RequestHeight256ByteLuma * BytePerPixelY / (1 + horz_div_l)); in CalculateDCCConfiguration()
4758 …th_buf_size / ((double)RequestHeight256ByteLuma * BytePerPixelY / (1 + horz_div_l) + (double)Reque… in CalculateDCCConfiguration()
H A Ddml2_core_dcn4_calcs.c2080 unsigned int horz_div_l; in CalculateDCCConfiguration() local
2107 horz_div_l = 1; in CalculateDCCConfiguration()
2119 …t = (double)swath_buf_size / ((double)RequestHeight256ByteLuma * BytePerPixelY / (1 + horz_div_l)); in CalculateDCCConfiguration()
2123 …th_buf_size / ((double)RequestHeight256ByteLuma * BytePerPixelY / (1 + horz_div_l) + (double)Reque… in CalculateDCCConfiguration()