Home
last modified time | relevance | path

Searched refs:detile_buf_vp_horz_limit (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.c5362 double detile_buf_vp_horz_limit; in dml32_CalculateDCCConfiguration() local
5379 detile_buf_vp_horz_limit = (double) swath_buf_size / ((double) RequestHeight256ByteLuma * in dml32_CalculateDCCConfiguration()
5385 detile_buf_vp_horz_limit = (double) swath_buf_size / ((double) RequestHeight256ByteLuma * in dml32_CalculateDCCConfiguration()
5394 detile_buf_vp_horz_limit = 1.5 * detile_buf_vp_horz_limit; in dml32_CalculateDCCConfiguration()
5398 detile_buf_vp_horz_limit = dml_floor(detile_buf_vp_horz_limit - 1, 16); in dml32_CalculateDCCConfiguration()
5403 max_vp_horz_width = dml_min((double) MAS_vp_horz_limit, detile_buf_vp_horz_limit); in dml32_CalculateDCCConfiguration()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn30/
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()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn31/
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);
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_mode_vba_314.c1520 double detile_buf_vp_horz_limit; local
1568detile_buf_vp_horz_limit = (double) swath_buf_size / ((double) RequestHeight256ByteLuma * BytePerP…
1572 detile_buf_vp_horz_limit = (double) swath_buf_size
1580 detile_buf_vp_horz_limit = 1.5 * detile_buf_vp_horz_limit;
1584 detile_buf_vp_horz_limit = dml_floor(detile_buf_vp_horz_limit - 1, 16);
1589 max_vp_horz_width = dml_min((double) MAS_vp_horz_limit, detile_buf_vp_horz_limit);
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddisplay_mode_core.c2128 dml_float_t detile_buf_vp_horz_limit; in CalculateDCCConfiguration() local
2178detile_buf_vp_horz_limit = (dml_float_t) swath_buf_size / ((dml_float_t) RequestHeight256ByteLuma … in CalculateDCCConfiguration()
2182detile_buf_vp_horz_limit = (dml_float_t) swath_buf_size / ((dml_float_t) RequestHeight256ByteLuma … in CalculateDCCConfiguration()
2187 detile_buf_vp_horz_limit = 1.5 * detile_buf_vp_horz_limit; in CalculateDCCConfiguration()
2191 detile_buf_vp_horz_limit = dml_floor(detile_buf_vp_horz_limit - 1, 16); in CalculateDCCConfiguration()
2196 …max_vp_horz_width = (dml_uint_t)(dml_min((dml_float_t) MAS_vp_horz_limit, detile_buf_vp_horz_limit in CalculateDCCConfiguration()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared.c4738 double detile_buf_vp_horz_limit; in CalculateDCCConfiguration() local
4754detile_buf_vp_horz_limit = (double)swath_buf_size / ((double)RequestHeight256ByteLuma * BytePerPix… in CalculateDCCConfiguration()
4758detile_buf_vp_horz_limit = (double)swath_buf_size / ((double)RequestHeight256ByteLuma * BytePerPix… in CalculateDCCConfiguration()
4763 detile_buf_vp_horz_limit = 1.5 * detile_buf_vp_horz_limit; in CalculateDCCConfiguration()
4767 detile_buf_vp_horz_limit = math_floor2(detile_buf_vp_horz_limit - 1, 16); in CalculateDCCConfiguration()
4786 max_vp_horz_width = (unsigned int)(math_min2((double)MAS_vp_horz_limit, detile_buf_vp_horz_limit)); in CalculateDCCConfiguration()
Ddml2_core_dcn4_calcs.c2071 double detile_buf_vp_horz_limit; in CalculateDCCConfiguration() local
2105detile_buf_vp_horz_limit = (double)swath_buf_size / ((double)RequestHeight256ByteLuma * BytePerPix… in CalculateDCCConfiguration()
2109detile_buf_vp_horz_limit = (double)swath_buf_size / ((double)RequestHeight256ByteLuma * BytePerPix… in CalculateDCCConfiguration()
2114 detile_buf_vp_horz_limit = 1.5 * detile_buf_vp_horz_limit; in CalculateDCCConfiguration()
2118 detile_buf_vp_horz_limit = math_floor2(detile_buf_vp_horz_limit - 1, 16); in CalculateDCCConfiguration()
2123 max_vp_horz_width = (unsigned int)(math_min2((double)MAS_vp_horz_limit, detile_buf_vp_horz_limit)); in CalculateDCCConfiguration()