Home
last modified time | relevance | path

Searched refs:swath_buf_size (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.c5367 unsigned int swath_buf_size; in dml32_CalculateDCCConfiguration() local
5384 swath_buf_size = DETBufferSizeForDCC / 2 - 2 * 256; in dml32_CalculateDCCConfiguration()
5385 detile_buf_vp_horz_limit = (double) swath_buf_size / ((double) RequestHeight256ByteLuma * in dml32_CalculateDCCConfiguration()
5387 detile_buf_vp_vert_limit = (double) swath_buf_size / (256.0 / RequestHeight256ByteLuma / in dml32_CalculateDCCConfiguration()
5390 swath_buf_size = DETBufferSizeForDCC / 2 - 2 * 2 * 256; in dml32_CalculateDCCConfiguration()
5391 detile_buf_vp_horz_limit = (double) swath_buf_size / ((double) RequestHeight256ByteLuma * in dml32_CalculateDCCConfiguration()
5394 detile_buf_vp_vert_limit = (double) swath_buf_size / (256.0 / RequestHeight256ByteLuma / in dml32_CalculateDCCConfiguration()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c1352 long swath_buf_size = 0; in CalculateDCCConfiguration() local
1395 swath_buf_size = DETBufferSize / 2 - 2 * 256; in CalculateDCCConfiguration()
1396 detile_buf_vp_horz_limit = (double) swath_buf_size in CalculateDCCConfiguration()
1399 detile_buf_vp_vert_limit = (double) swath_buf_size in CalculateDCCConfiguration()
1402 swath_buf_size = DETBufferSize / 2 - 2 * 2 * 256; in CalculateDCCConfiguration()
1403 detile_buf_vp_horz_limit = (double) swath_buf_size in CalculateDCCConfiguration()
1409 detile_buf_vp_vert_limit = (double) swath_buf_size in CalculateDCCConfiguration()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c1502 int swath_buf_size; local
1550 swath_buf_size = DETBufferSize / 2 - 2 * 256;
1551 …detile_buf_vp_horz_limit = (double) swath_buf_size / ((double) RequestHeight256ByteLuma * BytePerP…
1552 …detile_buf_vp_vert_limit = (double) swath_buf_size / (256.0 / RequestHeight256ByteLuma / (1 + vert…
1554 swath_buf_size = DETBufferSize / 2 - 2 * 2 * 256;
1555 detile_buf_vp_horz_limit = (double) swath_buf_size
1558 detile_buf_vp_vert_limit = (double) swath_buf_size
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c1522 int swath_buf_size; local
1570 swath_buf_size = DETBufferSize / 2 - 2 * 256;
1571 …detile_buf_vp_horz_limit = (double) swath_buf_size / ((double) RequestHeight256ByteLuma * BytePerP…
1572 …detile_buf_vp_vert_limit = (double) swath_buf_size / (256.0 / RequestHeight256ByteLuma / (1 + vert…
1574 swath_buf_size = DETBufferSize / 2 - 2 * 2 * 256;
1575 detile_buf_vp_horz_limit = (double) swath_buf_size
1578 detile_buf_vp_vert_limit = (double) swath_buf_size