Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_enums.h36 dm_444 = 0, dm_420 = 1, dm_n422, dm_s422 enumerator
H A Ddml1_display_rq_dlg_calc.c1284 if (e2e_pipe_param->dout.output_format == dm_420) in dml1_rq_dlg_get_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c56 if (pixelFormat == dm_420) in dml32_dscceComputeDelay()
79 if (pixelFormat == dm_420 || pixelFormat == dm_444 || pixelFormat == dm_n422) in dml32_dscceComputeDelay()
118 if (pixelFormat == dm_420) { in dml32_dscComputeDelay()
1259 if (OutFormat == dm_420 && HActive > DCN32_MAX_FMT_420_BUFFER_WIDTH && in dml32_CalculateODMMode()
1276 if (Output == dm_hdmi && OutFormat == dm_420 && in dml32_CalculateODMMode()
1600 if (Format == dm_420) { in dml32_TruncToValidBPP()
3591 …if (v->OutputFormat[k] == dm_420 || (myPipe->InterlaceEnable && myPipe->ProgressiveToInterlaceUnit… in dml32_CalculatePrefetchSchedule()
H A Ddisplay_mode_vba_32.c339 if (mode_lib->vba.OutputFormat[k] == dm_420) in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2357 == dm_420 && mode_lib->vba.Interlace[k] == 1 && in dml32_ModeSupportAndSystemConfigurationFull()
2454 if (mode_lib->vba.OutputFormat[k] == dm_420) { in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c692 if (pixelFormat == dm_420) in dscceComputeDelay()
717 if (pixelFormat == dm_420 || pixelFormat == dm_444 || pixelFormat == dm_n422) in dscceComputeDelay()
745 if (pixelFormat == dm_420) { in dscComputeDelay()
1009 if (OutputFormat == dm_420 || (myPipe->InterlaceEnable && myPipe->ProgressiveToInterlaceUnitInOPP))
2229 if (v->OutputFormat[k] == dm_420)
3603 if (Format == dm_420) {
4123 if (v->OutputFormat[k] == dm_420 && v->HActive[k] > DCN31_MAX_FMT_420_BUFFER_WIDTH
4541 …if (v->OutputFormat[k] == dm_420 && v->Interlace[k] == 1 && v->ProgressiveToInterlaceUnitInOPP == …
/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c501 input->dout.output_format = (v->output_format[in_idx] == dcn_bw_420) ? dm_420 : dm_444; in dcn_bw_calc_rq_dlg_ttu()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1510 pipes[pipe_cnt].dout.output_format = dm_420; in dcn20_populate_dml_pipes_from_context()