Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.c5334 double detile_buf_vp_vert_limit; in dml32_CalculateDCCConfiguration() local
5352 detile_buf_vp_vert_limit = (double) swath_buf_size / (256.0 / RequestHeight256ByteLuma / in dml32_CalculateDCCConfiguration()
5359 detile_buf_vp_vert_limit = (double) swath_buf_size / (256.0 / RequestHeight256ByteLuma / in dml32_CalculateDCCConfiguration()
5366 detile_buf_vp_vert_limit = 1.5 * detile_buf_vp_vert_limit; in dml32_CalculateDCCConfiguration()
5370 detile_buf_vp_vert_limit = dml_floor(detile_buf_vp_vert_limit - 1, 16); in dml32_CalculateDCCConfiguration()
5375 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit); in dml32_CalculateDCCConfiguration()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c1357 double detile_buf_vp_vert_limit = 0; in CalculateDCCConfiguration() local
1402 detile_buf_vp_vert_limit = (double) swath_buf_size in CalculateDCCConfiguration()
1412 detile_buf_vp_vert_limit = (double) swath_buf_size in CalculateDCCConfiguration()
1420 detile_buf_vp_vert_limit = 1.5 * detile_buf_vp_vert_limit; in CalculateDCCConfiguration()
1424 detile_buf_vp_vert_limit = dml_floor(detile_buf_vp_vert_limit - 1, 16); in CalculateDCCConfiguration()
1429 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit); in CalculateDCCConfiguration()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c1501 double detile_buf_vp_vert_limit; local
1549detile_buf_vp_vert_limit = (double) swath_buf_size / (256.0 / RequestHeight256ByteLuma / (1 + vert…
1555 detile_buf_vp_vert_limit = (double) swath_buf_size
1561 detile_buf_vp_vert_limit = 1.5 * detile_buf_vp_vert_limit;
1565 detile_buf_vp_vert_limit = dml_floor(detile_buf_vp_vert_limit - 1, 16);
1570 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit);
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_mode_vba_314.c1522 double detile_buf_vp_vert_limit; local
1570detile_buf_vp_vert_limit = (double) swath_buf_size / (256.0 / RequestHeight256ByteLuma / (1 + vert…
1576 detile_buf_vp_vert_limit = (double) swath_buf_size
1582 detile_buf_vp_vert_limit = 1.5 * detile_buf_vp_vert_limit;
1586 detile_buf_vp_vert_limit = dml_floor(detile_buf_vp_vert_limit - 1, 16);
1591 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit);