Home
last modified time | relevance | path

Searched refs:eff_surf_width_l (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.c3766 unsigned int eff_surf_width_l; in dcn5_calculate_dcc_configuration() local
3812 eff_surf_width_l = (SurfaceWidthLuma > max_vp_horz_width ? max_vp_horz_width : SurfaceWidthLuma); in dcn5_calculate_dcc_configuration()
3813 eff_surf_width_c = eff_surf_width_l / (1 + horz_subsample); in dcn5_calculate_dcc_configuration()
3817 full_swath_bytes_horz_wc_l = eff_surf_width_l * RequestHeight256ByteLuma * BytePerPixelY; in dcn5_calculate_dcc_configuration()