Home
last modified time | relevance | path

Searched refs:dml2_rgbe_alpha (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
Ddml_top_display_cfg_types.h38 dml2_rgbe_alpha = 9, enumerator
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_utils.c54 case dml2_rgbe_alpha: in dml2_core_utils_is_420()
406 …urce_format == dml2_420_8) || (source_format == dml2_420_10) || (source_format == dml2_rgbe_alpha)) in dml2_core_utils_is_dual_plane()
Ddml2_core_shared.c1009 …erPixelC[k] > 0 && display_cfg->plane_descriptors[k].pixel_format != dml2_rgbe_alpha) { // horz vi… in dml2_core_shared_mode_support()
1011 …erPixelC[k] > 0 && display_cfg->plane_descriptors[k].pixel_format != dml2_rgbe_alpha) { // vert vi… in dml2_core_shared_mode_support()
1013 } else if (display_cfg->plane_descriptors[k].pixel_format == dml2_rgbe_alpha) { // rgbe + alpha in dml2_core_shared_mode_support()
1059 …escriptors[k].pixel_format) || display_cfg->plane_descriptors[k].pixel_format == dml2_rgbe_alpha) { in dml2_core_shared_mode_support()
1089 …escriptors[k].pixel_format) || display_cfg->plane_descriptors[k].pixel_format == dml2_rgbe_alpha) { in dml2_core_shared_mode_support()
1114 …escriptors[k].pixel_format) || display_cfg->plane_descriptors[k].pixel_format == dml2_rgbe_alpha) { in dml2_core_shared_mode_support()
3126 case dml2_rgbe_alpha: in dml2_core_shared_is_420()
3291 } else if (SourcePixelFormat == dml2_rgbe_alpha) { in CalculateBytePerPixelAndBlockSizes()
3335 if (dml2_core_shared_is_420(SourcePixelFormat) || SourcePixelFormat == dml2_rgbe_alpha) in CalculateBytePerPixelAndBlockSizes()
3340 if (!(dml2_core_shared_is_420(SourcePixelFormat) || SourcePixelFormat == dml2_rgbe_alpha)) { in CalculateBytePerPixelAndBlockSizes()
[all …]
Ddml2_core_dcn4_calcs.c468 case dml2_rgbe_alpha: in dml_is_420()
604 } else if (SourcePixelFormat == dml2_rgbe_alpha) { in CalculateBytePerPixelAndBlockSizes()
648 if (dml_is_420(SourcePixelFormat) || SourcePixelFormat == dml2_rgbe_alpha) in CalculateBytePerPixelAndBlockSizes()
653 if (!(dml_is_420(SourcePixelFormat) || SourcePixelFormat == dml2_rgbe_alpha)) { in CalculateBytePerPixelAndBlockSizes()
670 } else if (SourcePixelFormat == dml2_rgbe_alpha) { in CalculateBytePerPixelAndBlockSizes()
787 if (!dml_is_420(SourcePixelFormat) && SourcePixelFormat != dml2_rgbe_alpha) { in CalculateSinglePipeDPPCLKAndSCLThroughput()
1956 } else if (dml_is_420(SourcePixelFormat) || SourcePixelFormat == dml2_rgbe_alpha) { in CalculateRowBandwidth()
1965 } else if (dml_is_420(SourcePixelFormat) || SourcePixelFormat == dml2_rgbe_alpha) { in CalculateRowBandwidth()
2121 MAS_vp_horz_limit = SourcePixelFormat == dml2_rgbe_alpha ? 3840 : 6144; in CalculateDCCConfiguration()
2122 …MAS_vp_vert_limit = SourcePixelFormat == dml2_rgbe_alpha ? 3840 : (BytePerPixelY == 8 ? 3072 : 614… in CalculateDCCConfiguration()
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/
Ddml21_utils.c583 return source_format >= dml2_420_8 && source_format <= dml2_rgbe_alpha; in dml21_is_plane1_enabled()
Ddml21_translation_helper.c754 plane->pixel_format = dml2_rgbe_alpha; in populate_dml21_plane_config_from_plane_state()