Home
last modified time | relevance | path

Searched refs:swath_buf_size (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c5362 unsigned int swath_buf_size; in dml32_CalculateDCCConfiguration() local
5379 swath_buf_size = DETBufferSizeForDCC / 2 - 2 * 256; in dml32_CalculateDCCConfiguration()
5380 detile_buf_vp_horz_limit = (double) swath_buf_size / ((double) RequestHeight256ByteLuma * in dml32_CalculateDCCConfiguration()
5382 detile_buf_vp_vert_limit = (double) swath_buf_size / (256.0 / RequestHeight256ByteLuma / in dml32_CalculateDCCConfiguration()
5385 swath_buf_size = DETBufferSizeForDCC / 2 - 2 * 2 * 256; in dml32_CalculateDCCConfiguration()
5386 detile_buf_vp_horz_limit = (double) swath_buf_size / ((double) RequestHeight256ByteLuma * in dml32_CalculateDCCConfiguration()
5389 detile_buf_vp_vert_limit = (double) swath_buf_size / (256.0 / RequestHeight256ByteLuma / in dml32_CalculateDCCConfiguration()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c1499 int swath_buf_size; local
1547 swath_buf_size = DETBufferSize / 2 - 2 * 256;
1548 …detile_buf_vp_horz_limit = (double) swath_buf_size / ((double) RequestHeight256ByteLuma * BytePerP…
1549 …detile_buf_vp_vert_limit = (double) swath_buf_size / (256.0 / RequestHeight256ByteLuma / (1 + vert…
1551 swath_buf_size = DETBufferSize / 2 - 2 * 2 * 256;
1552 detile_buf_vp_horz_limit = (double) swath_buf_size
1555 detile_buf_vp_vert_limit = (double) swath_buf_size
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core.c2128 dml_uint_t swath_buf_size; in CalculateDCCConfiguration() local
2178 swath_buf_size = DETBufferSizeForDCC / 2 - 2 * 256; in CalculateDCCConfiguration()
2179 …detile_buf_vp_horz_limit = (dml_float_t) swath_buf_size / ((dml_float_t) RequestHeight256ByteLuma … in CalculateDCCConfiguration()
2180 …detile_buf_vp_vert_limit = (dml_float_t) swath_buf_size / (256.0 / RequestHeight256ByteLuma / (1 +… in CalculateDCCConfiguration()
2182 swath_buf_size = DETBufferSizeForDCC / 2 - 2 * 2 * 256; in CalculateDCCConfiguration()
2183 …detile_buf_vp_horz_limit = (dml_float_t) swath_buf_size / ((dml_float_t) RequestHeight256ByteLuma … in CalculateDCCConfiguration()
2184 …detile_buf_vp_vert_limit = (dml_float_t) swath_buf_size / (256.0 / RequestHeight256ByteLuma / (1 +… in CalculateDCCConfiguration()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared.c4737 unsigned int swath_buf_size; in CalculateDCCConfiguration() local
4753 swath_buf_size = DETBufferSizeForDCC / 2 - 2 * 256; in CalculateDCCConfiguration()
4754 …detile_buf_vp_horz_limit = (double)swath_buf_size / ((double)RequestHeight256ByteLuma * BytePerPix… in CalculateDCCConfiguration()
4755 …detile_buf_vp_vert_limit = (double)swath_buf_size / (256.0 / RequestHeight256ByteLuma / (1 + vert_… in CalculateDCCConfiguration()
4757 swath_buf_size = DETBufferSizeForDCC / 2 - 2 * 2 * 256; in CalculateDCCConfiguration()
4758 …detile_buf_vp_horz_limit = (double)swath_buf_size / ((double)RequestHeight256ByteLuma * BytePerPix… in CalculateDCCConfiguration()
4759 …detile_buf_vp_vert_limit = (double)swath_buf_size / (256.0 / RequestHeight256ByteLuma / (1 + vert_… in CalculateDCCConfiguration()
H A Ddml2_core_dcn4_calcs.c2085 unsigned int swath_buf_size; in CalculateDCCConfiguration() local
2118 swath_buf_size = DETBufferSizeForDCC / 2 - 2 * 256; in CalculateDCCConfiguration()
2119 …detile_buf_vp_horz_limit = (double)swath_buf_size / ((double)RequestHeight256ByteLuma * BytePerPix… in CalculateDCCConfiguration()
2120 …detile_buf_vp_vert_limit = (double)swath_buf_size / (256.0 / RequestHeight256ByteLuma / (1 + vert_… in CalculateDCCConfiguration()
2122 swath_buf_size = DETBufferSizeForDCC / 2 - 2 * 2 * 256; in CalculateDCCConfiguration()
2123 …detile_buf_vp_horz_limit = (double)swath_buf_size / ((double)RequestHeight256ByteLuma * BytePerPix… in CalculateDCCConfiguration()
2124 …detile_buf_vp_vert_limit = (double)swath_buf_size / (256.0 / RequestHeight256ByteLuma / (1 + vert_… in CalculateDCCConfiguration()