Searched refs:dml2_rgbe_alpha (Results 1 – 6 of 6) sorted by relevance
38 dml2_rgbe_alpha = 9, enumerator
54 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()
1009 …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 …]
468 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 …]
583 return source_format >= dml2_420_8 && source_format <= dml2_rgbe_alpha; in dml21_is_plane1_enabled()
754 plane->pixel_format = dml2_rgbe_alpha; in populate_dml21_plane_config_from_plane_state()