Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h483 bool ProgressiveToInterlaceUnitInOPP,
611 bool ProgressiveToInterlaceUnitInOPP,
671 bool ProgressiveToInterlaceUnitInOPP,
1013 bool ProgressiveToInterlaceUnitInOPP,
H A Ddisplay_mode_vba_32.c444 …anceCalculation.SurfaceParameters[k].ProgressiveToInterlaceUnitInOPP = mode_lib->vba.ProgressiveTo… in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
697 !mode_lib->vba.ProgressiveToInterlaceUnitInOPP) ? in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
784 …arksAndPerformanceCalculation.myPipe.ProgressiveToInterlaceUnitInOPP = mode_lib->vba.ProgressiveTo… in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1440 !mode_lib->vba.ProgressiveToInterlaceUnitInOPP); in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1532 mode_lib->vba.ProgressiveToInterlaceUnitInOPP, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1596 mode_lib->vba.ProgressiveToInterlaceUnitInOPP, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2358 mode_lib->vba.ProgressiveToInterlaceUnitInOPP == true) in dml32_ModeSupportAndSystemConfigurationFull()
2737 …ars.dml32_ModeSupportAndSystemConfigurationFull.SurfParameters[k].ProgressiveToInterlaceUnitInOPP = in dml32_ModeSupportAndSystemConfigurationFull()
2738 mode_lib->vba.ProgressiveToInterlaceUnitInOPP; in dml32_ModeSupportAndSystemConfigurationFull()
2963 !mode_lib->vba.ProgressiveToInterlaceUnitInOPP) ? in dml32_ModeSupportAndSystemConfigurationFull()
[all …]
H A Ddisplay_mode_vba_util_32.c2069 myPipe[k].ProgressiveToInterlaceUnitInOPP, in dml32_CalculateVMRowAndSwath()
2143 myPipe[k].ProgressiveToInterlaceUnitInOPP, in dml32_CalculateVMRowAndSwath()
2538 bool ProgressiveToInterlaceUnitInOPP, in dml32_CalculatePrefetchSourceLines() argument
2565 if (ProgressiveToInterlaceUnitInOPP) in dml32_CalculatePrefetchSourceLines()
2945 bool ProgressiveToInterlaceUnitInOPP, in dml32_UseMinimumDCFCLK() argument
3100 ProgressiveToInterlaceUnitInOPP, in dml32_UseMinimumDCFCLK()
3204 bool ProgressiveToInterlaceUnitInOPP, in dml32_CalculateVUpdateAndDynamicMetadataParameters() argument
3232 if (InterlaceEnable == 1 && ProgressiveToInterlaceUnitInOPP == false) in dml32_CalculateVUpdateAndDynamicMetadataParameters()
3510 myPipe->ProgressiveToInterlaceUnitInOPP, in dml32_CalculatePrefetchSchedule()
3591 …>OutputFormat[k] == dm_420 || (myPipe->InterlaceEnable && myPipe->ProgressiveToInterlaceUnitInOPP)) in dml32_CalculatePrefetchSchedule()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c85 bool ProgressiveToInterlaceUnitInOPP; member
193 bool ProgressiveToInterlaceUnitInOPP,
283 bool ProgressiveToInterlaceUnitInOPP,
492 bool ProgressiveToInterlaceUnitInOPP,
936 myPipe->ProgressiveToInterlaceUnitInOPP,
1009 if (OutputFormat == dm_420 || (myPipe->InterlaceEnable && myPipe->ProgressiveToInterlaceUnitInOPP))
1737 bool ProgressiveToInterlaceUnitInOPP, argument
1746 if (ProgressiveToInterlaceUnitInOPP)
1778 …rint("DML::%s: ProgressiveToInterlaceUnitInOPP = %d\n", __func__, ProgressiveToInterlaceUnitInOPP);
2355 v->ProgressiveToInterlaceUnitInOPP,
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h123 bool ProgressiveToInterlaceUnitInOPP; member
H A Ddisplay_mode_vba.c509 mode_lib->vba.ProgressiveToInterlaceUnitInOPP = ip->ptoi_supported; in fetch_ip_params()
1056 && mode_lib->vba.ProgressiveToInterlaceUnitInOPP == true) { in PixelClockAdjustmentForProgressiveToInterlaceUnit()
H A Ddisplay_mode_vba.h414 bool ProgressiveToInterlaceUnitInOPP; member