Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_display_cfg_types.h35 dml2_420_8 = 4, enumerator
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_utils.c45 case dml2_420_8: in dml2_core_utils_is_420()
406 …if ((source_format == dml2_420_12) || (source_format == dml2_420_8) || (source_format == dml2_420_… in dml2_core_utils_is_dual_plane()
H A Ddml2_core_shared.c3117 case dml2_420_8: in dml2_core_shared_is_420()
3296 } else if (SourcePixelFormat == dml2_420_8) { in CalculateBytePerPixelAndBlockSizes()
3360 } else if (SourcePixelFormat == dml2_420_8) { in CalculateBytePerPixelAndBlockSizes()
11414 …if ((source_format == dml2_420_12) || (source_format == dml2_420_8) || (source_format == dml2_420_… in dml_is_dual_plane()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/
H A Ddml21_utils.c583 return source_format >= dml2_420_8 && source_format <= dml2_rgbe_alpha; in dml21_is_plane1_enabled()