Searched refs:InterlaceEnable (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | display_mode_structs.h | 112 unsigned int InterlaceEnable; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| H A D | display_mode_vba_util_32.h | 670 unsigned int InterlaceEnable,
|
| H A D | display_mode_vba_util_32.c | 2068 myPipe[k].InterlaceEnable, in dml32_CalculateVMRowAndSwath() 2142 myPipe[k].InterlaceEnable, in dml32_CalculateVMRowAndSwath() 3203 unsigned int InterlaceEnable, in dml32_CalculateVUpdateAndDynamicMetadataParameters() argument 3232 if (InterlaceEnable == 1 && ProgressiveToInterlaceUnitInOPP == false) in dml32_CalculateVUpdateAndDynamicMetadataParameters() 3509 myPipe->InterlaceEnable, in dml32_CalculatePrefetchSchedule() 3591 …if (v->OutputFormat[k] == dm_420 || (myPipe->InterlaceEnable && myPipe->ProgressiveToInterlaceUnit… in dml32_CalculatePrefetchSchedule()
|
| H A D | display_mode_vba_32.c | 437 …chParametersWatermarksAndPerformanceCalculation.SurfaceParameters[k].InterlaceEnable = mode_lib->v… in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 774 …eepSleepPrefetchParametersWatermarksAndPerformanceCalculation.myPipe.InterlaceEnable = mode_lib->v… in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 2730 …v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.SurfParameters[k].InterlaceEnable = mode… in dml32_ModeSupportAndSystemConfigurationFull() 3279 …v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.myPipe.InterlaceEnable = mode_lib->vba.I… in dml32_ModeSupportAndSystemConfigurationFull()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
| H A D | display_mode_vba_30.c | 54 unsigned int InterlaceEnable; member 259 int InterlaceEnable, 832 myPipe->InterlaceEnable, in CalculatePrefetchSchedule() 883 …if (v->OutputFormat[k] == dm_420 || (myPipe->InterlaceEnable && v->ProgressiveToInterlaceUnitInOPP… in CalculatePrefetchSchedule() 2337 myPipe.InterlaceEnable = v->Interlace[k]; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 3108 …int DynamicMetadataLinesBeforeActiveRequired, int InterlaceEnable, bool ProgressiveToInterlaceUnit… in CalculateDynamicMetadataParameters() argument 3127 if (InterlaceEnable == 1 && ProgressiveToInterlaceUnitInOPP == false) { in CalculateDynamicMetadataParameters() 4602 myPipe.InterlaceEnable = v->Interlace[k]; in dml30_ModeSupportAndSystemConfigurationFull()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | display_mode_core.c | 362 dml_uint_t InterlaceEnable, 1065 p->myPipe->InterlaceEnable, in CalculatePrefetchSchedule() 1139 …if (p->OutputFormat == dml_420 || (p->myPipe->InterlaceEnable && p->myPipe->ProgressiveToInterlace… in CalculatePrefetchSchedule() 1859 dml_uint_t InterlaceEnable, in CalculateVUpdateAndDynamicMetadataParameters() argument 1885 if (InterlaceEnable == 1 && ProgressiveToInterlaceUnitInOPP == false) { in CalculateVUpdateAndDynamicMetadataParameters() 5131 p->myPipe[k].InterlaceEnable, in CalculateVMRowAndSwath() 5204 p->myPipe[k].InterlaceEnable, in CalculateVMRowAndSwath() 6376 myPipe->InterlaceEnable = mode_lib->ms.cache_display_cfg.timing.Interlace[k]; in dml_prefetch_check() 7730 s->SurfParameters[k].InterlaceEnable = mode_lib->ms.cache_display_cfg.timing.Interlace[k]; in dml_core_mode_support() 8680 s->SurfaceParameters[k].InterlaceEnable = mode_lib->ms.cache_display_cfg.timing.Interlace[k]; in dml_core_mode_programming() [all …]
|
| H A D | display_mode_core_structs.h | 464 dml_uint_t InterlaceEnable; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_dcn4_calcs.c | 2942 p->myPipe[k].InterlaceEnable, in CalculateVMRowAndSwath() 3020 p->myPipe[k].InterlaceEnable, in CalculateVMRowAndSwath() 4817 unsigned int InterlaceEnable, in CalculateVUpdateAndDynamicMetadataParameters() argument 4843 if (InterlaceEnable == 1 && ProgressiveToInterlaceUnitInOPP == false) { in CalculateVUpdateAndDynamicMetadataParameters() 5184 p->myPipe->InterlaceEnable, in CalculatePrefetchSchedule() 5265 …if (p->OutputFormat == dml2_420 || (p->myPipe->InterlaceEnable && p->myPipe->ProgressiveToInterlac… in CalculatePrefetchSchedule() 7451 …myPipe->InterlaceEnable = display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream… in dml_core_ms_prefetch_check() 8932 …s->SurfParameters[k].InterlaceEnable = display_cfg->stream_descriptors[display_cfg->plane_descript… in dml_core_mode_support() 10723 …s->SurfaceParameters[k].InterlaceEnable = display_cfg->stream_descriptors[display_cfg->plane_descr… in dml_core_mode_programming() 11239 …myPipe->InterlaceEnable = display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream… in dml_core_mode_programming()
|