Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn5_calcs_dchub.c3751 unsigned int horz_subsample; in dcn5_calculate_dcc_configuration() local
3778 horz_subsample = (yuv420_planar || yuv422_planar) ? 1 : 0; in dcn5_calculate_dcc_configuration()
3796 …l) + (double)RequestHeight256ByteChroma * BytePerPixelC / (1 + horz_div_c) / (1 + horz_subsample)); in dcn5_calculate_dcc_configuration()
3813 eff_surf_width_c = eff_surf_width_l / (1 + horz_subsample); in dcn5_calculate_dcc_configuration()