Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.c5333 double detile_buf_vp_horz_limit; in dml32_CalculateDCCConfiguration() local
5350 detile_buf_vp_horz_limit = (double) swath_buf_size / ((double) RequestHeight256ByteLuma * in dml32_CalculateDCCConfiguration()
5356 detile_buf_vp_horz_limit = (double) swath_buf_size / ((double) RequestHeight256ByteLuma * in dml32_CalculateDCCConfiguration()
5365 detile_buf_vp_horz_limit = 1.5 * detile_buf_vp_horz_limit; in dml32_CalculateDCCConfiguration()
5369 detile_buf_vp_horz_limit = dml_floor(detile_buf_vp_horz_limit - 1, 16); in dml32_CalculateDCCConfiguration()
5374 max_vp_horz_width = dml_min((double) MAS_vp_horz_limit, detile_buf_vp_horz_limit); in dml32_CalculateDCCConfiguration()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c1356 double detile_buf_vp_horz_limit = 0; in CalculateDCCConfiguration() local
1399 detile_buf_vp_horz_limit = (double) swath_buf_size in CalculateDCCConfiguration()
1406 detile_buf_vp_horz_limit = (double) swath_buf_size in CalculateDCCConfiguration()
1419 detile_buf_vp_horz_limit = 1.5 * detile_buf_vp_horz_limit; in CalculateDCCConfiguration()
1423 detile_buf_vp_horz_limit = dml_floor(detile_buf_vp_horz_limit - 1, 16); in CalculateDCCConfiguration()
1428 max_vp_horz_width = dml_min((double) MAS_vp_horz_limit, detile_buf_vp_horz_limit); in CalculateDCCConfiguration()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c1500 double detile_buf_vp_horz_limit; local
1548detile_buf_vp_horz_limit = (double) swath_buf_size / ((double) RequestHeight256ByteLuma * BytePerP…
1552 detile_buf_vp_horz_limit = (double) swath_buf_size
1560 detile_buf_vp_horz_limit = 1.5 * detile_buf_vp_horz_limit;
1564 detile_buf_vp_horz_limit = dml_floor(detile_buf_vp_horz_limit - 1, 16);
1569 max_vp_horz_width = dml_min((double) MAS_vp_horz_limit, detile_buf_vp_horz_limit);
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_mode_vba_314.c1521 double detile_buf_vp_horz_limit; local
1569detile_buf_vp_horz_limit = (double) swath_buf_size / ((double) RequestHeight256ByteLuma * BytePerP…
1573 detile_buf_vp_horz_limit = (double) swath_buf_size
1581 detile_buf_vp_horz_limit = 1.5 * detile_buf_vp_horz_limit;
1585 detile_buf_vp_horz_limit = dml_floor(detile_buf_vp_horz_limit - 1, 16);
1590 max_vp_horz_width = dml_min((double) MAS_vp_horz_limit, detile_buf_vp_horz_limit);