Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c1428 long max_vp_vert_height = 0; in CalculateDCCConfiguration() local
1495 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit); in CalculateDCCConfiguration()
1500 SurfaceHeightLuma > max_vp_vert_height ? in CalculateDCCConfiguration()
1501 max_vp_vert_height : SurfaceHeightLuma); in CalculateDCCConfiguration()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c1617 int max_vp_vert_height; local
1681 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit);
1684 …eff_surf_height_l = (SurfaceHeightLuma > max_vp_vert_height ? max_vp_vert_height : SurfaceHeightLu…