Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
Ddml_top_display_cfg_types.h55 dml2_420 = 3 enumerator
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_utils.c206 case dml2_420: in dml2_core_utils_get_stream_output_bpp()
Ddml2_core_dcn4_calcs.c167 case dml2_420: in get_stream_output_bpp()
1308 if (Format == dml2_420) { in TruncToValidBPP()
1406 if (pixelFormat == dml2_420) in dscceComputeDelay()
1420 …slice_width_modified = (pixelFormat == dml2_444 || pixelFormat == dml2_420 || Output == dml2_hdmif… in dscceComputeDelay()
1481 …if (pixelFormat == dml2_420 || pixelFormat == dml2_444 || pixelFormat == dml2_n422 || Output == dm… in dscceComputeDelay()
1518 …if (pixelFormat == dml2_420 || pixelFormat == dml2_n422 || (Output == dml2_hdmifrl && pixelFormat … in dscComputeDelay()
1522 if (pixelFormat == dml2_420) { in dscComputeDelay()
3938 if (OutFormat == dml2_420) { in DecideODMMode()
4017 unsigned int pixels_per_clock_cycle = (OutFormat == dml2_420 || OutFormat == dml2_n422) ? 2 : 1; in ValidateODMMode()
4053 if (OutFormat == dml2_420) { in ValidateODMMode()
[all …]
Ddml2_core_shared.c1427 …display_cfg->plane_descriptors[k].stream_index].output.output_format == dml2_420 && display_cfg->s… in dml2_core_shared_mode_support()
1501 …eam_descriptors[display_cfg->plane_descriptors[k].stream_index].output.output_format == dml2_420) { in dml2_core_shared_mode_support()
2962 case dml2_420: in get_stream_output_bpp()
3985 if (Format == dml2_420) { in TruncToValidBPP()
4083 if (pixelFormat == dml2_420) in dscceComputeDelay()
4097 …slice_width_modified = (pixelFormat == dml2_444 || pixelFormat == dml2_420 || Output == dml2_hdmif… in dscceComputeDelay()
4158 …if (pixelFormat == dml2_420 || pixelFormat == dml2_444 || pixelFormat == dml2_n422 || Output == dm… in dscceComputeDelay()
4195 …if (pixelFormat == dml2_420 || pixelFormat == dml2_n422 || (Output == dml2_hdmifrl && pixelFormat … in dscComputeDelay()
4199 if (pixelFormat == dml2_420) { in dscComputeDelay()
7681 …if (p->OutputFormat == dml2_420 || (p->myPipe->InterlaceEnable && p->myPipe->ProgressiveToInterlac… in CalculatePrefetchSchedule()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/
Ddml21_translation_helper.c455 output->output_format = dml2_420; in populate_dml21_output_config_from_stream_state()