Home
last modified time | relevance | path

Searched refs:detile_buf_vp_horz_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.c5368 double detile_buf_vp_horz_limit; in dml32_CalculateDCCConfiguration() local
5385 detile_buf_vp_horz_limit = (double) swath_buf_size / ((double) RequestHeight256ByteLuma * in dml32_CalculateDCCConfiguration()
5391 detile_buf_vp_horz_limit = (double) swath_buf_size / ((double) RequestHeight256ByteLuma * in dml32_CalculateDCCConfiguration()
5400 detile_buf_vp_horz_limit = 1.5 * detile_buf_vp_horz_limit; in dml32_CalculateDCCConfiguration()
5404 detile_buf_vp_horz_limit = dml_floor(detile_buf_vp_horz_limit - 1, 16); in dml32_CalculateDCCConfiguration()
5409 max_vp_horz_width = dml_min((double) MAS_vp_horz_limit, detile_buf_vp_horz_limit); in dml32_CalculateDCCConfiguration()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c1353 double detile_buf_vp_horz_limit = 0; in CalculateDCCConfiguration() local
1396 detile_buf_vp_horz_limit = (double) swath_buf_size in CalculateDCCConfiguration()
1403 detile_buf_vp_horz_limit = (double) swath_buf_size in CalculateDCCConfiguration()
1416 detile_buf_vp_horz_limit = 1.5 * detile_buf_vp_horz_limit; in CalculateDCCConfiguration()
1420 detile_buf_vp_horz_limit = dml_floor(detile_buf_vp_horz_limit - 1, 16); in CalculateDCCConfiguration()
1425 max_vp_horz_width = dml_min((double) MAS_vp_horz_limit, detile_buf_vp_horz_limit); in CalculateDCCConfiguration()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c1503 double detile_buf_vp_horz_limit; local
1551detile_buf_vp_horz_limit = (double) swath_buf_size / ((double) RequestHeight256ByteLuma * BytePerP…
1555 detile_buf_vp_horz_limit = (double) swath_buf_size
1563 detile_buf_vp_horz_limit = 1.5 * detile_buf_vp_horz_limit;
1567 detile_buf_vp_horz_limit = dml_floor(detile_buf_vp_horz_limit - 1, 16);
1572 max_vp_horz_width = dml_min((double) MAS_vp_horz_limit, detile_buf_vp_horz_limit);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c1523 double detile_buf_vp_horz_limit; local
1571detile_buf_vp_horz_limit = (double) swath_buf_size / ((double) RequestHeight256ByteLuma * BytePerP…
1575 detile_buf_vp_horz_limit = (double) swath_buf_size
1583 detile_buf_vp_horz_limit = 1.5 * detile_buf_vp_horz_limit;
1587 detile_buf_vp_horz_limit = dml_floor(detile_buf_vp_horz_limit - 1, 16);
1592 max_vp_horz_width = dml_min((double) MAS_vp_horz_limit, detile_buf_vp_horz_limit);