Home
last modified time | relevance | path

Searched refs:dml2_444 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/inc/
H A Ddml_top_display_cfg_types.h64 dml2_444 = 0, enumerator
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/
H A Ddml21_translation_helper.c229 output->output_format = dml2_444; in populate_dml21_output_config_from_stream_state()
241 output->output_format = dml2_444; in populate_dml21_output_config_from_stream_state()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_utils.c343 case dml2_444: in dml2_core_utils_get_stream_output_bpp()
H A Ddml2_core_dcn4_calcs.c164 case dml2_444: in get_stream_output_bpp()
1320 } else if (Format == dml2_444) { in TruncToValidBPP()
1426 else if (pixelFormat == dml2_444) in dscceComputeDelay()
1437 slice_width_modified = (pixelFormat == dml2_444 || pixelFormat == dml2_420 || Output == dml2_hdmifrl) ? sliceWidth / 2 : sliceWidth; in dscceComputeDelay()
1493 if (pixelFormat == dml2_420 || pixelFormat == dml2_444 || pixelFormat == dml2_n422 || Output == dml2_hdmifrl) in dscComputeDelay()
1527 if (pixelFormat == dml2_420 || pixelFormat == dml2_n422 || (Output == dml2_hdmifrl && pixelFormat != dml2_444)) { in dscComputeDelay()
1546 } else if (pixelFormat == dml2_n422 || (Output == dml2_hdmifrl && pixelFormat != dml2_444)) { in dscComputeDelay()
4527 double PixelWordRate = PixelClock / (OutputFormat == dml2_444 ? 1 : 2); in DSCDelayRequirement()
8822 } else if (display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].output.output_format == dml2_444) { in dml_core_mode_support()