Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.c5348 double detile_buf_vp_vert_limit; in dml32_CalculateDCCConfiguration() local
5366 detile_buf_vp_vert_limit = (double) swath_buf_size / (256.0 / RequestHeight256ByteLuma / in dml32_CalculateDCCConfiguration()
5373 detile_buf_vp_vert_limit = (double) swath_buf_size / (256.0 / RequestHeight256ByteLuma / in dml32_CalculateDCCConfiguration()
5380 detile_buf_vp_vert_limit = 1.5 * detile_buf_vp_vert_limit; in dml32_CalculateDCCConfiguration()
5384 detile_buf_vp_vert_limit = dml_floor(detile_buf_vp_vert_limit - 1, 16); in dml32_CalculateDCCConfiguration()
5389 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit); in dml32_CalculateDCCConfiguration()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c1354 double detile_buf_vp_vert_limit = 0; in CalculateDCCConfiguration() local
1399 detile_buf_vp_vert_limit = (double) swath_buf_size in CalculateDCCConfiguration()
1409 detile_buf_vp_vert_limit = (double) swath_buf_size in CalculateDCCConfiguration()
1417 detile_buf_vp_vert_limit = 1.5 * detile_buf_vp_vert_limit; in CalculateDCCConfiguration()
1421 detile_buf_vp_vert_limit = dml_floor(detile_buf_vp_vert_limit - 1, 16); in CalculateDCCConfiguration()
1426 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit); in CalculateDCCConfiguration()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c1504 double detile_buf_vp_vert_limit; local
1552detile_buf_vp_vert_limit = (double) swath_buf_size / (256.0 / RequestHeight256ByteLuma / (1 + vert…
1558 detile_buf_vp_vert_limit = (double) swath_buf_size
1564 detile_buf_vp_vert_limit = 1.5 * detile_buf_vp_vert_limit;
1568 detile_buf_vp_vert_limit = dml_floor(detile_buf_vp_vert_limit - 1, 16);
1573 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit);
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_mode_vba_314.c1524 double detile_buf_vp_vert_limit; local
1572detile_buf_vp_vert_limit = (double) swath_buf_size / (256.0 / RequestHeight256ByteLuma / (1 + vert…
1578 detile_buf_vp_vert_limit = (double) swath_buf_size
1584 detile_buf_vp_vert_limit = 1.5 * detile_buf_vp_vert_limit;
1588 detile_buf_vp_vert_limit = dml_floor(detile_buf_vp_vert_limit - 1, 16);
1593 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit);