Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h978 unsigned int RequestHeight256ByteChroma,
H A Ddisplay_mode_vba_util_32.c5314 unsigned int RequestHeight256ByteChroma, in dml32_CalculateDCCConfiguration() argument
5392 BytePerPixelY / (1 + horz_div_l) + (double) RequestHeight256ByteChroma * in dml32_CalculateDCCConfiguration()
5395 (1 + vert_div_l) + 256.0 / RequestHeight256ByteChroma / in dml32_CalculateDCCConfiguration()
5419 full_swath_bytes_horz_wc_c = eff_surf_width_c * RequestHeight256ByteChroma * BytePerPixelC; in dml32_CalculateDCCConfiguration()
5420 full_swath_bytes_vert_wc_c = eff_surf_height_c * 256 / RequestHeight256ByteChroma; in dml32_CalculateDCCConfiguration()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c158 unsigned int RequestHeight256ByteChroma,
1318 unsigned int RequestHeight256ByteChroma, in CalculateDCCConfiguration() argument
1406 + (double) RequestHeight256ByteChroma in CalculateDCCConfiguration()
1411 + 256.0 / RequestHeight256ByteChroma in CalculateDCCConfiguration()
1438 full_swath_bytes_horz_wc_c = eff_surf_width_c * RequestHeight256ByteChroma in CalculateDCCConfiguration()
1440 full_swath_bytes_vert_wc_c = eff_surf_height_c * 256 / RequestHeight256ByteChroma; in CalculateDCCConfiguration()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c175 unsigned int RequestHeight256ByteChroma,
1482 unsigned int RequestHeight256ByteChroma, argument
1557 + (double) RequestHeight256ByteChroma * BytePerPixelC / (1 + horz_div_c) / (1 + yuv420));
1559 …/ (256.0 / RequestHeight256ByteLuma / (1 + vert_div_l) + 256.0 / RequestHeight256ByteChroma / (1 +…
1582 full_swath_bytes_horz_wc_c = eff_surf_width_c * RequestHeight256ByteChroma * BytePerPixelC;
1583 full_swath_bytes_vert_wc_c = eff_surf_height_c * 256 / RequestHeight256ByteChroma;
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c187 unsigned int RequestHeight256ByteChroma,
1502 unsigned int RequestHeight256ByteChroma, argument
1577 + (double) RequestHeight256ByteChroma * BytePerPixelC / (1 + horz_div_c) / (1 + yuv420));
1579 …/ (256.0 / RequestHeight256ByteLuma / (1 + vert_div_l) + 256.0 / RequestHeight256ByteChroma / (1 +…
1602 full_swath_bytes_horz_wc_c = eff_surf_width_c * RequestHeight256ByteChroma * BytePerPixelC;
1603 full_swath_bytes_vert_wc_c = eff_surf_height_c * 256 / RequestHeight256ByteChroma;