Home
last modified time | relevance | path

Searched refs:dml2_n422 (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.h54 dml2_n422 = 2, enumerator
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_utils.c203 case dml2_n422: in dml2_core_utils_get_stream_output_bpp()
Ddml2_core_dcn4_calcs.c164 case dml2_n422: in get_stream_output_bpp()
1330 if (Format == dml2_n422 || Output == dml2_hdmifrl) { in TruncToValidBPP()
1411 else if (pixelFormat == dml2_n422 || Output == dml2_hdmifrl) in dscceComputeDelay()
1424 …ck * BPP) >= ((double)((initial_xmit_delay + 2) / 3) * (double)(3 + (pixelFormat == dml2_n422)))) { 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()
1537 } else if (pixelFormat == dml2_n422 || (Output == dml2_hdmifrl && pixelFormat != dml2_444)) { in dscComputeDelay()
4017 unsigned int pixels_per_clock_cycle = (OutFormat == dml2_420 || OutFormat == dml2_n422) ? 2 : 1; in ValidateODMMode()
7762 …display_cfg->plane_descriptors[k].stream_index].output.output_format == dml2_n422 && !mode_lib->ip… in dml_core_mode_support()
7844 …display_cfg->plane_descriptors[k].stream_index].output.output_format == dml2_n422 || display_cfg->… in dml_core_mode_support()
Ddml2_core_shared.c1432 …display_cfg->plane_descriptors[k].stream_index].output.output_format == dml2_n422 && !mode_lib->ip… in dml2_core_shared_mode_support()
1505 …display_cfg->plane_descriptors[k].stream_index].output.output_format == dml2_n422 || display_cfg->… in dml2_core_shared_mode_support()
2959 case dml2_n422: in get_stream_output_bpp()
4007 if (Format == dml2_n422 || Output == dml2_hdmifrl) { in TruncToValidBPP()
4088 else if (pixelFormat == dml2_n422 || Output == dml2_hdmifrl) in dscceComputeDelay()
4101 …ck * BPP) >= ((double)((initial_xmit_delay + 2) / 3) * (double)(3 + (pixelFormat == dml2_n422)))) { 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()
4214 } else if (pixelFormat == dml2_n422 || (Output == dml2_hdmifrl && pixelFormat != dml2_444)) { in dscComputeDelay()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/
Ddml21_translation_helper.c459 output->output_format = dml2_n422; in populate_dml21_output_config_from_stream_state()