Home
last modified time | relevance | path

Searched refs:meta_row_width (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h401 unsigned int meta_row_width[],
471 unsigned int *meta_row_width,
908 unsigned int meta_row_width[],
H A Ddisplay_mode_vba_util_32.c1940 unsigned int meta_row_width[], in dml32_CalculateVMRowAndSwath()
2129 &meta_row_width[k], in dml32_CalculateVMRowAndSwath()
2297 unsigned int *meta_row_width, in dml32_CalculateVMAndRowBytes()
2333 *meta_row_width = dml_floor(ViewportXStart + SwathWidth + *MetaRequestWidth - 1, in dml32_CalculateVMAndRowBytes()
2336 *meta_row_width = dml_ceil(SwathWidth - 1, *MetaRequestWidth) + *MetaRequestWidth; in dml32_CalculateVMAndRowBytes()
2338 *MetaRowByte = *meta_row_width * *MetaRequestHeight * BytePerPixel / 256.0; in dml32_CalculateVMAndRowBytes()
2345 *meta_row_width = dml_ceil(SwathWidth - 1, *MetaRequestHeight) + *MetaRequestHeight; in dml32_CalculateVMAndRowBytes()
2347 *MetaRowByte = *meta_row_width * *MetaRequestWidth * BytePerPixel / 256.0; in dml32_CalculateVMAndRowBytes()
4894 unsigned int meta_row_width[], in dml32_CalculateMetaAndPTETimes() argument
4965 meta_chunk_per_row_int = meta_row_width[k] / meta_chunk_width; in dml32_CalculateMetaAndPTETimes()
[all …]
H A Ddisplay_mode_vba_32.c497 v->meta_row_width, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1305 v->meta_row_width, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c198 unsigned int *meta_row_width,
435 unsigned int meta_row_width[],
1286 unsigned int *meta_row_width, in CalculateVMAndRowBytes()
1309 *meta_row_width = dml_ceil((double) SwathWidth - 1, *MetaRequestWidth) in CalculateVMAndRowBytes()
1314 *meta_row_width = dml_ceil((double) SwathWidth - 1, *MetaRequestHeight) in CalculateVMAndRowBytes()
1967 &locals->meta_row_width[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2527 locals->meta_row_width, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
4683 &locals->meta_row_width[k], in dml21_ModeSupportAndSystemConfigurationFull()
5856 unsigned int meta_row_width[], in CalculateMetaAndPTETimes() argument
5930 meta_chunk_per_row_int = meta_row_width[k] / meta_chunk_width; in CalculateMetaAndPTETimes()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c208 unsigned int *meta_row_width,
453 int meta_row_width[],
1684 unsigned int *meta_row_width, in CalculateVMAndRowBytes()
1719 *meta_row_width = dml_ceil((double) SwathWidth - 1, *MetaRequestWidth) in CalculateVMAndRowBytes()
1724 *meta_row_width = dml_ceil((double) SwathWidth - 1, *MetaRequestHeight) in CalculateVMAndRowBytes()
1726 *MetaRowByte = *meta_row_width * *MetaRequestWidth * BytePerPixel / 256.0; in CalculateVMAndRowBytes()
2278 &v->meta_row_width[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2875 v->meta_row_width, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
5674 int meta_row_width[], in CalculateMetaAndPTETimes() argument
5745 meta_chunk_per_row_int = meta_row_width[k] / meta_chunk_width; in CalculateMetaAndPTETimes()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c225 unsigned int *meta_row_width,
417 int meta_row_width[],
1818 unsigned int *meta_row_width,
1853 *meta_row_width = dml_ceil((double) SwathWidth - 1, *MetaRequestWidth) + *MetaRequestWidth;
1854 *MetaRowByte = *meta_row_width * *MetaRequestHeight * BytePerPixel / 256.0;
1858 *MetaRowByte = *meta_row_width * *MetaRequestWidth * BytePerPixel / 256.0;
2409 &v->meta_row_width[k],
3036 v->meta_row_width,
6050 int meta_row_width[], argument
6121 meta_chunk_per_row_int = meta_row_width[k] / meta_chunk_width;
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c237 unsigned int *meta_row_width,
429 int meta_row_width[],
1838 unsigned int *meta_row_width,
1873 *meta_row_width = dml_ceil((double) SwathWidth - 1, *MetaRequestWidth) + *MetaRequestWidth;
1874 *MetaRowByte = *meta_row_width * *MetaRequestHeight * BytePerPixel / 256.0;
1878 *MetaRowByte = *meta_row_width * *MetaRequestWidth * BytePerPixel / 256.0;
2430 &v->meta_row_width[k],
3057 v->meta_row_width,
6146 int meta_row_width[], argument
6217 meta_chunk_per_row_int = meta_row_width[k] / meta_chunk_width;
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h834 unsigned int meta_row_width[DC__NUM_DPP__MAX]; member