Home
last modified time | relevance | path

Searched refs:ProgressiveToInterlaceUnitInOPP (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
H A Damdgpu_display_mode_vba_20v2.c91 bool ProgressiveToInterlaceUnitInOPP,
135 bool ProgressiveToInterlaceUnitInOPP,
156 bool ProgressiveToInterlaceUnitInOPP,
498 bool ProgressiveToInterlaceUnitInOPP, in CalculateDelayAfterScaler()
534 if (OutputFormat == dm_420 || (Interlace && ProgressiveToInterlaceUnitInOPP)) in CalculateDelayAfterScaler()
585 bool ProgressiveToInterlaceUnitInOPP, in CalculatePrefetchSchedule()
638 if (InterlaceEnable && !ProgressiveToInterlaceUnitInOPP) in CalculatePrefetchSchedule()
882 bool ProgressiveToInterlaceUnitInOPP, in CalculatePrefetchSourceLines() argument
890 if (ProgressiveToInterlaceUnitInOPP) in CalculatePrefetchSourceLines()
1939 mode_lib->vba.ProgressiveToInterlaceUnitInOPP, in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
[all …]
H A Damdgpu_display_mode_vba_20.c110 bool ProgressiveToInterlaceUnitInOPP,
132 bool ProgressiveToInterlaceUnitInOPP,
493 bool ProgressiveToInterlaceUnitInOPP, in CalculatePrefetchSchedule()
542 if (OutputFormat == dm_420 || (InterlaceEnable && ProgressiveToInterlaceUnitInOPP)) in CalculatePrefetchSchedule()
575 if (InterlaceEnable && !ProgressiveToInterlaceUnitInOPP) in CalculatePrefetchSchedule()
822 bool ProgressiveToInterlaceUnitInOPP, in CalculatePrefetchSourceLines() argument
830 if (ProgressiveToInterlaceUnitInOPP) in CalculatePrefetchSourceLines()
1903 mode_lib->vba.ProgressiveToInterlaceUnitInOPP, in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1945 mode_lib->vba.ProgressiveToInterlaceUnitInOPP, in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2149 mode_lib->vba.ProgressiveToInterlaceUnitInOPP, in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
H A Damdgpu_display_mode_vba_21.c130 bool ProgressiveToInterlaceUnitInOPP,
170 bool ProgressiveToInterlaceUnitInOPP,
683 bool ProgressiveToInterlaceUnitInOPP, in CalculatePrefetchSchedule()
751 if (OutputFormat == dm_420 || (myPipe->InterlaceEnable && ProgressiveToInterlaceUnitInOPP)) in CalculatePrefetchSchedule()
784 if (myPipe->InterlaceEnable && !ProgressiveToInterlaceUnitInOPP) in CalculatePrefetchSchedule()
1216 bool ProgressiveToInterlaceUnitInOPP, in CalculatePrefetchSourceLines() argument
1224 if (ProgressiveToInterlaceUnitInOPP) in CalculatePrefetchSourceLines()
1869 mode_lib->vba.ProgressiveToInterlaceUnitInOPP, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1925 mode_lib->vba.ProgressiveToInterlaceUnitInOPP, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2207 mode_lib->vba.ProgressiveToInterlaceUnitInOPP, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Damdgpu_display_mode_vba.c352 mode_lib->vba.ProgressiveToInterlaceUnitInOPP = ip->ptoi_supported; in fetch_ip_params()
798 && mode_lib->vba.ProgressiveToInterlaceUnitInOPP == true) { in PixelClockAdjustmentForProgressiveToInterlaceUnit()
H A Ddisplay_mode_vba.h266 bool ProgressiveToInterlaceUnitInOPP; member