Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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[],
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 …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c210 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()
2344 &v->meta_row_width[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2939 v->meta_row_width, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
5831 int meta_row_width[], in CalculateMetaAndPTETimes() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h602 unsigned int meta_row_width[DC__NUM_DPP__MAX]; member