Home
last modified time | relevance | path

Searched refs:dm_420 (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_enums.h32 dm_444 = 0, dm_420 = 1, dm_n422, dm_s422 enumerator
H A Ddml1_display_rq_dlg_calc.c1285 if (e2e_pipe_param.dout.output_format == dm_420) in dml1_rq_dlg_get_dlg_params()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_mode_vba_20.c322 if (pixelFormat == dm_n422 || pixelFormat == dm_420) in dscceComputeDelay()
371 if (pixelFormat == dm_420) { in dscComputeDelay()
537 if (OutputFormat == dm_420 || (InterlaceEnable && ProgressiveToInterlaceUnitInOPP)) in CalculatePrefetchSchedule()
1780 if (mode_lib->vba.OutputFormat[k] == dm_420 in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
3199 if (Format == dm_420) { in TruncToValidBPP()
3231 if (Format == dm_420) { in TruncToValidBPP()
3253 } else if (Format == dm_420) { in TruncToValidBPP()
3906 … } else if (locals->HActive[k] > DCN20_MAX_420_IMAGE_WIDTH && locals->OutputFormat[k] == dm_420) { in dml20_ModeSupportAndSystemConfigurationFull()
4173 || (mode_lib->vba.OutputFormat[k] == dm_420 in dml20_ModeSupportAndSystemConfigurationFull()
4186 if (mode_lib->vba.OutputFormat[k] == dm_420 in dml20_ModeSupportAndSystemConfigurationFull()
H A Ddisplay_mode_vba_20v2.c346 if (pixelFormat == dm_n422 || pixelFormat == dm_420) in dscceComputeDelay()
395 if (pixelFormat == dm_420) { in dscComputeDelay()
529 if (OutputFormat == dm_420 || (Interlace && ProgressiveToInterlaceUnitInOPP)) in CalculateDelayAfterScaler()
1816 if (mode_lib->vba.OutputFormat[k] == dm_420 in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
3272 if (Format == dm_420) { in TruncToValidBPP()
3304 if (Format == dm_420) { in TruncToValidBPP()
3326 } else if (Format == dm_420) { in TruncToValidBPP()
3986 … } else if (locals->HActive[k] > DCN20_MAX_420_IMAGE_WIDTH && locals->OutputFormat[k] == dm_420) { in dml20v2_ModeSupportAndSystemConfigurationFull()
4253 || (mode_lib->vba.OutputFormat[k] == dm_420 in dml20v2_ModeSupportAndSystemConfigurationFull()
4266 if (mode_lib->vba.OutputFormat[k] == dm_420 in dml20v2_ModeSupportAndSystemConfigurationFull()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c517 if (pixelFormat == dm_n422 || pixelFormat == dm_420) in dscceComputeDelay()
566 if (pixelFormat == dm_420) { in dscComputeDelay()
746 if (OutputFormat == dm_420 || (myPipe->InterlaceEnable && ProgressiveToInterlaceUnitInOPP)) in CalculatePrefetchSchedule()
1767 if (mode_lib->vba.OutputFormat[k] == dm_420 in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
3273 if (Format == dm_420) { in TruncToValidBPP()
3305 if (Format == dm_420) { in TruncToValidBPP()
3360 } else if (Format == dm_420) { in TruncToValidBPP()
3987 … } else if (locals->HActive[k] > DCN21_MAX_420_IMAGE_WIDTH && locals->OutputFormat[k] == dm_420) { in dml21_ModeSupportAndSystemConfigurationFull()
4261 || (mode_lib->vba.OutputFormat[k] == dm_420 in dml21_ModeSupportAndSystemConfigurationFull()
4274 if (mode_lib->vba.OutputFormat[k] == dm_420 in dml21_ModeSupportAndSystemConfigurationFull()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c758 if (pixelFormat == dm_420) in dscceComputeDelay()
783 if (pixelFormat == dm_420 || pixelFormat == dm_444 || pixelFormat == dm_n422) in dscceComputeDelay()
811 if (pixelFormat == dm_420) { in dscComputeDelay()
1046 if (OutputFormat == dm_420 || (myPipe->InterlaceEnable && ProgressiveToInterlaceUnitInOPP)) in CalculatePrefetchSchedule()
2177 if (v->OutputFormat[k] == dm_420) in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
3564 if (Format == dm_420) { in TruncToValidBPP()
4005 if (v->OutputFormat[k] == dm_420 && v->HActive[k] > DCN30_MAX_FMT_420_BUFFER_WIDTH in dml30_ModeSupportAndSystemConfigurationFull()
4280 …|| (v->OutputFormat[k] == dm_420 && v->Interlace[k] == true && v->ProgressiveToInterlaceUnitInOPP … in dml30_ModeSupportAndSystemConfigurationFull()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/calcs/
H A Ddcn_calcs.c498 input.dout.output_format = (v->output_format[in_idx] == dcn_bw_420) ? dm_420 : dm_444; in dcn_bw_calc_rq_dlg_ttu()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c2188 pipes[pipe_cnt].dout.output_format = dm_420;