Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c1332 int horz_div_c = 0; in CalculateDCCConfiguration() local
1375 horz_div_c = 1; in CalculateDCCConfiguration()
1390 horz_div_c = 0; in CalculateDCCConfiguration()
1405 * BytePerPixelC / (1 + horz_div_c) in CalculateDCCConfiguration()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c1513 int horz_div_c; local
1551 horz_div_c = 1;
1562 horz_div_c = 0;
1572 + (double) RequestHeight256ByteChroma * BytePerPixelC / (1 + horz_div_c) / (1 + yuv420));
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c1496 int horz_div_c; local
1534 horz_div_c = 1;
1545 horz_div_c = 0;
1555 + (double) RequestHeight256ByteChroma * BytePerPixelC / (1 + horz_div_c) / (1 + yuv420));
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c2025 unsigned int horz_div_c; in CalculateDCCConfiguration() local
2052 horz_div_c = 1; in CalculateDCCConfiguration()
2067 detile_buf_vp_horz_limit = (double)swath_buf_size / ((double)RequestHeight256ByteLuma * BytePerPixelY / (1 + horz_div_l) + (double)RequestHeight256ByteChroma * BytePerPixelC / (1 + horz_div_c) / (1 + yuv420)); in CalculateDCCConfiguration()