Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c160 unsigned int RequestHeight256ByteChroma,
1387 unsigned int RequestHeight256ByteChroma, in CalculateDCCConfiguration() argument
1475 + (double) RequestHeight256ByteChroma in CalculateDCCConfiguration()
1480 + 256.0 / RequestHeight256ByteChroma in CalculateDCCConfiguration()
1507 full_swath_bytes_horz_wc_c = eff_surf_width_c * RequestHeight256ByteChroma in CalculateDCCConfiguration()
1509 full_swath_bytes_vert_wc_c = eff_surf_height_c * 256 / RequestHeight256ByteChroma; in CalculateDCCConfiguration()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c182 unsigned int RequestHeight256ByteChroma,
1590 unsigned int RequestHeight256ByteChroma, argument
1665 + (double) RequestHeight256ByteChroma * BytePerPixelC / (1 + horz_div_c) / (1 + yuv420));
1667 …/ (256.0 / RequestHeight256ByteLuma / (1 + vert_div_l) + 256.0 / RequestHeight256ByteChroma / (1 +…
1690 full_swath_bytes_horz_wc_c = eff_surf_width_c * RequestHeight256ByteChroma * BytePerPixelC;
1691 full_swath_bytes_vert_wc_c = eff_surf_height_c * 256 / RequestHeight256ByteChroma;