Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h978 unsigned int RequestHeight256ByteChroma,
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c201 dml_uint_t RequestHeight256ByteChroma,
2111 dml_uint_t RequestHeight256ByteChroma, in CalculateDCCConfiguration() argument
2194 …256ByteLuma * BytePerPixelY / (1 + horz_div_l) + (dml_float_t) RequestHeight256ByteChroma * BytePe… in CalculateDCCConfiguration()
2195 …(256.0 / RequestHeight256ByteLuma / (1 + vert_div_l) + 256.0 / RequestHeight256ByteChroma / (1 + v… in CalculateDCCConfiguration()
2218 full_swath_bytes_horz_wc_c = eff_surf_width_c * RequestHeight256ByteChroma * BytePerPixelC; in CalculateDCCConfiguration()
2219 full_swath_bytes_vert_wc_c = eff_surf_height_c * 256 / RequestHeight256ByteChroma; in CalculateDCCConfiguration()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c2009 unsigned int RequestHeight256ByteChroma, in CalculateDCCConfiguration() argument
2088 …Height256ByteLuma * BytePerPixelY / (1 + horz_div_l) + (double)RequestHeight256ByteChroma * BytePe… in CalculateDCCConfiguration()
2089 …(256.0 / RequestHeight256ByteLuma / (1 + vert_div_l) + 256.0 / RequestHeight256ByteChroma / (1 + v… in CalculateDCCConfiguration()
2112 full_swath_bytes_horz_wc_c = eff_surf_width_c * RequestHeight256ByteChroma * BytePerPixelC; in CalculateDCCConfiguration()
2113 full_swath_bytes_vert_wc_c = eff_surf_height_c * 256 / RequestHeight256ByteChroma; in CalculateDCCConfiguration()