Searched refs:meta_row_width (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
| A 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() 1312 *meta_row_width = dml_ceil((double) SwathWidth - 1, *MetaRequestHeight) in CalculateVMAndRowBytes() 1965 &locals->meta_row_width[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 2525 locals->meta_row_width, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 4681 &locals->meta_row_width[k], in dml21_ModeSupportAndSystemConfigurationFull() 5854 unsigned int meta_row_width[], in CalculateMetaAndPTETimes() argument 5928 meta_chunk_per_row_int = meta_row_width[k] / meta_chunk_width; in CalculateMetaAndPTETimes() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
| A 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() 1793 *meta_row_width = dml_ceil((double) SwathWidth - 1, *MetaRequestHeight) in CalculateVMAndRowBytes() 1795 *MetaRowByte = *meta_row_width * *MetaRequestWidth * BytePerPixel / 256.0; in CalculateVMAndRowBytes() 2344 &v->meta_row_width[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 2941 v->meta_row_width, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 5829 int meta_row_width[], in CalculateMetaAndPTETimes() argument 5900 meta_chunk_per_row_int = meta_row_width[k] / meta_chunk_width; in CalculateMetaAndPTETimes() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
| A D | display_mode_vba_31.c | 232 unsigned int *meta_row_width, 534 int meta_row_width[], 1926 unsigned int *meta_row_width, 1961 *meta_row_width = dml_ceil((double) SwathWidth - 1, *MetaRequestWidth) + *MetaRequestWidth; 1962 *MetaRowByte = *meta_row_width * *MetaRequestHeight * BytePerPixel / 256.0; 1966 *MetaRowByte = *meta_row_width * *MetaRequestWidth * BytePerPixel / 256.0; 2517 &v->meta_row_width[k], 3198 v->meta_row_width, 6270 int meta_row_width[], argument 6341 meta_chunk_per_row_int = meta_row_width[k] / meta_chunk_width; [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| A D | display_mode_vba.h | 609 unsigned int meta_row_width[DC__NUM_DPP__MAX]; member
|
Completed in 51 milliseconds