Searched refs:meta_row_width (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
D | display_mode_vba_21.c | 198 unsigned int *meta_row_width, 435 unsigned int meta_row_width[], 1284 unsigned int *meta_row_width, in CalculateVMAndRowBytes() 1307 *meta_row_width = dml_ceil((double) SwathWidth - 1, *MetaRequestWidth) in CalculateVMAndRowBytes() 1309 *MetaRowByte = *meta_row_width * *MetaRequestHeight * BytePerPixel / 256.0; in CalculateVMAndRowBytes() 1312 *meta_row_width = dml_ceil((double) SwathWidth - 1, *MetaRequestHeight) in CalculateVMAndRowBytes() 1314 *MetaRowByte = *meta_row_width * *MetaRequestWidth * BytePerPixel / 256.0; in CalculateVMAndRowBytes() 1965 &locals->meta_row_width[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 2525 locals->meta_row_width, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 4560 &locals->meta_row_width[k], in dml21_ModeSupportAndSystemConfigurationFull() [all …]
|
/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_mode_vba_30.c | 210 unsigned int *meta_row_width, 509 int meta_row_width[], 1753 unsigned int *meta_row_width, in CalculateVMAndRowBytes() 1788 *meta_row_width = dml_ceil((double) SwathWidth - 1, *MetaRequestWidth) in CalculateVMAndRowBytes() 1790 *MetaRowByte = *meta_row_width * *MetaRequestHeight * BytePerPixel / 256.0; in CalculateVMAndRowBytes() 1793 *meta_row_width = dml_ceil((double) SwathWidth - 1, *MetaRequestHeight) in CalculateVMAndRowBytes() 1795 *MetaRowByte = *meta_row_width * *MetaRequestWidth * BytePerPixel / 256.0; in CalculateVMAndRowBytes() 2347 &v->meta_row_width[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 2944 v->meta_row_width, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 5839 int meta_row_width[], in CalculateMetaAndPTETimes() argument [all …]
|
/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
D | display_mode_vba_31.c | 232 unsigned int *meta_row_width, 478 int meta_row_width[], 1870 unsigned int *meta_row_width, 1905 *meta_row_width = dml_ceil((double) SwathWidth - 1, *MetaRequestWidth) + *MetaRequestWidth; 1906 *MetaRowByte = *meta_row_width * *MetaRequestHeight * BytePerPixel / 256.0; 1909 *meta_row_width = dml_ceil((double) SwathWidth - 1, *MetaRequestHeight) + *MetaRequestHeight; 1910 *MetaRowByte = *meta_row_width * *MetaRequestWidth * BytePerPixel / 256.0; 2461 &v->meta_row_width[k], 3086 v->meta_row_width, 6054 int meta_row_width[], argument [all …]
|
/drivers/gpu/drm/amd/display/dc/dml/ |
D | display_mode_vba.h | 609 unsigned int meta_row_width[DC__NUM_DPP__MAX]; member
|