Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c198 unsigned int *meta_row_width,
435 unsigned int meta_row_width[],
1281 unsigned int *meta_row_width, in CalculateVMAndRowBytes()
1304 *meta_row_width = dml_ceil((double) SwathWidth - 1, *MetaRequestWidth) in CalculateVMAndRowBytes()
1306 *MetaRowByte = *meta_row_width * *MetaRequestHeight * BytePerPixel / 256.0; in CalculateVMAndRowBytes()
1309 *meta_row_width = dml_ceil((double) SwathWidth - 1, *MetaRequestHeight) in CalculateVMAndRowBytes()
1311 *MetaRowByte = *meta_row_width * *MetaRequestWidth * BytePerPixel / 256.0; in CalculateVMAndRowBytes()
1962 &locals->meta_row_width[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2521 locals->meta_row_width, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
4555 &locals->meta_row_width[k], in dml21_ModeSupportAndSystemConfigurationFull()
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c209 unsigned int *meta_row_width,
508 int meta_row_width[],
1752 unsigned int *meta_row_width, in CalculateVMAndRowBytes()
1787 *meta_row_width = dml_ceil((double) SwathWidth - 1, *MetaRequestWidth) in CalculateVMAndRowBytes()
1789 *MetaRowByte = *meta_row_width * *MetaRequestHeight * BytePerPixel / 256.0; in CalculateVMAndRowBytes()
1792 *meta_row_width = dml_ceil((double) SwathWidth - 1, *MetaRequestHeight) in CalculateVMAndRowBytes()
1794 *MetaRowByte = *meta_row_width * *MetaRequestWidth * BytePerPixel / 256.0; in CalculateVMAndRowBytes()
2343 &v->meta_row_width[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2938 v->meta_row_width, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
5853 int meta_row_width[], in CalculateMetaAndPTETimes() argument
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h602 unsigned int meta_row_width[DC__NUM_DPP__MAX]; member