Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c5369 double detile_buf_vp_vert_limit; in dml32_CalculateDCCConfiguration() local
5387 detile_buf_vp_vert_limit = (double) swath_buf_size / (256.0 / RequestHeight256ByteLuma / in dml32_CalculateDCCConfiguration()
5394 detile_buf_vp_vert_limit = (double) swath_buf_size / (256.0 / RequestHeight256ByteLuma / in dml32_CalculateDCCConfiguration()
5401 detile_buf_vp_vert_limit = 1.5 * detile_buf_vp_vert_limit; in dml32_CalculateDCCConfiguration()
5405 detile_buf_vp_vert_limit = dml_floor(detile_buf_vp_vert_limit - 1, 16); in dml32_CalculateDCCConfiguration()
5410 max_vp_vert_height = dml_min((double) MAS_vp_vert_limit, detile_buf_vp_vert_limit); in dml32_CalculateDCCConfiguration()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A 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()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A 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);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A 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);