Home
last modified time | relevance | path

Searched refs:MetaRowByte (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h427 double MetaRowByte[],
461 unsigned int *MetaRowByte,
734 unsigned int MetaRowByte,
H A Ddisplay_mode_vba_util_32.c1968 double MetaRowByte[], in dml32_CalculateVMRowAndSwath()
2157 MetaRowByte[k] = MetaRowByteY[k] + MetaRowByteC[k]; in dml32_CalculateVMRowAndSwath()
2211 if (MetaRowByte[k] <= DCCMetaBufferSizeBytes) in dml32_CalculateVMRowAndSwath()
2289 unsigned int *MetaRowByte, in dml32_CalculateVMAndRowBytes()
2340 *MetaRowByte = *meta_row_width * *MetaRequestHeight * BytePerPixel / 256.0; in dml32_CalculateVMAndRowBytes()
2349 *MetaRowByte = *meta_row_width * *MetaRequestWidth * BytePerPixel / 256.0; in dml32_CalculateVMAndRowBytes()
2375 *MetaRowByte = 0; in dml32_CalculateVMAndRowBytes()
3412 unsigned int MetaRowByte, in dml32_CalculatePrefetchSchedule() argument
3660 (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / prefetch_bw_oto, in dml32_CalculatePrefetchSchedule()
3665 (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / prefetch_bw_oto); in dml32_CalculatePrefetchSchedule()
[all …]
H A Ddisplay_mode_vba_32.c522 v->MetaRowByte, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
798 v->MetaRowByte[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1025 + v->MetaRowByte[k]); in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1047 v->MetaRowByte[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h940 double MetaRowByte[DC__NUM_DPP__MAX]; member