Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.c5356 unsigned int horz_div_l; in dml32_CalculateDCCConfiguration() local
5367 horz_div_l = 1; in dml32_CalculateDCCConfiguration()
5380 BytePerPixelY / (1 + horz_div_l)); in dml32_CalculateDCCConfiguration()
5386 BytePerPixelY / (1 + horz_div_l) + (double) RequestHeight256ByteChroma * in dml32_CalculateDCCConfiguration()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c1333 int horz_div_l = 0; in CalculateDCCConfiguration() local
1376 horz_div_l = 1; in CalculateDCCConfiguration()
1388 horz_div_l = 0; in CalculateDCCConfiguration()
1398 / (1 + horz_div_l)); in CalculateDCCConfiguration()
1405 / (1 + horz_div_l) in CalculateDCCConfiguration()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c1497 int horz_div_l; local
1535 horz_div_l = 1;
1545 horz_div_l = 0;
1551 …= (double) swath_buf_size / ((double) RequestHeight256ByteLuma * BytePerPixelY / (1 + horz_div_l));
1556 / ((double) RequestHeight256ByteLuma * BytePerPixelY / (1 + horz_div_l)
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_mode_vba_314.c1514 int horz_div_l; local
1552 horz_div_l = 1;
1562 horz_div_l = 0;
1568 …= (double) swath_buf_size / ((double) RequestHeight256ByteLuma * BytePerPixelY / (1 + horz_div_l));
1573 / ((double) RequestHeight256ByteLuma * BytePerPixelY / (1 + horz_div_l)
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddisplay_mode_core.c2122 dml_uint_t horz_div_l; in CalculateDCCConfiguration() local
2166 horz_div_l = 1; in CalculateDCCConfiguration()
2178 …at_t) swath_buf_size / ((dml_float_t) RequestHeight256ByteLuma * BytePerPixelY / (1 + horz_div_l)); in CalculateDCCConfiguration()
2182 …_size / ((dml_float_t) RequestHeight256ByteLuma * BytePerPixelY / (1 + horz_div_l) + (dml_float_t)… in CalculateDCCConfiguration()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
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()
Ddml2_core_dcn4_calcs.c2065 unsigned int horz_div_l; in CalculateDCCConfiguration() local
2093 horz_div_l = 1; in CalculateDCCConfiguration()
2105 …t = (double)swath_buf_size / ((double)RequestHeight256ByteLuma * BytePerPixelY / (1 + horz_div_l)); in CalculateDCCConfiguration()
2109 …th_buf_size / ((double)RequestHeight256ByteLuma * BytePerPixelY / (1 + horz_div_l) + (double)Reque… in CalculateDCCConfiguration()