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 D | display_mode_vba_util_32.h | 401 unsigned int meta_row_width[], 471 unsigned int *meta_row_width, 908 unsigned int meta_row_width[],
|
H A D | display_mode_vba_util_32.c | 1940 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 D | display_mode_vba_32.c | 497 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 D | display_mode_vba_21.c | 198 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 D | display_mode_vba_30.c | 208 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 D | display_mode_vba_31.c | 225 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 D | display_mode_vba_314.c | 237 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 D | display_mode_vba.h | 834 unsigned int meta_row_width[DC__NUM_DPP__MAX]; member
|