Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c2145 dml_uint_t max_vp_horz_width; in CalculateDCCConfiguration() local
2208max_vp_horz_width = (dml_uint_t)(dml_min((dml_float_t) MAS_vp_horz_limit, detile_buf_vp_horz_limit… in CalculateDCCConfiguration()
2210 eff_surf_width_l = (SurfaceWidthLuma > max_vp_horz_width ? max_vp_horz_width : SurfaceWidthLuma); in CalculateDCCConfiguration()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c2056 unsigned int max_vp_horz_width; in CalculateDCCConfiguration() local
2102 max_vp_horz_width = (unsigned int)(math_min2((double)MAS_vp_horz_limit, detile_buf_vp_horz_limit)); in CalculateDCCConfiguration()
2104 eff_surf_width_l = (SurfaceWidthLuma > max_vp_horz_width ? max_vp_horz_width : SurfaceWidthLuma); in CalculateDCCConfiguration()