Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c5358 unsigned int horz_div_c; in dml32_CalculateDCCConfiguration() local
5369 horz_div_c = 1; in dml32_CalculateDCCConfiguration()
5388 BytePerPixelC / (1 + horz_div_c) / (1 + yuv420)); in dml32_CalculateDCCConfiguration()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c1495 int horz_div_c; local
1533 horz_div_c = 1;
1544 horz_div_c = 0;
1554 + (double) RequestHeight256ByteChroma * BytePerPixelC / (1 + horz_div_c) / (1 + yuv420));
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core.c2124 dml_uint_t horz_div_c; in CalculateDCCConfiguration() local
2168 horz_div_c = 1; in CalculateDCCConfiguration()
2183 …v_l) + (dml_float_t) RequestHeight256ByteChroma * BytePerPixelC / (1 + horz_div_c) / (1 + yuv420)); in CalculateDCCConfiguration()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared.c4733 unsigned int horz_div_c; in CalculateDCCConfiguration() local
4743 horz_div_c = 1; in CalculateDCCConfiguration()
4758 …orz_div_l) + (double)RequestHeight256ByteChroma * BytePerPixelC / (1 + horz_div_c) / (1 + yuv420)); in CalculateDCCConfiguration()
H A Ddml2_core_dcn4_calcs.c2081 unsigned int horz_div_c; in CalculateDCCConfiguration() local
2108 horz_div_c = 1; in CalculateDCCConfiguration()
2123 …orz_div_l) + (double)RequestHeight256ByteChroma * BytePerPixelC / (1 + horz_div_c) / (1 + yuv420)); in CalculateDCCConfiguration()