Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_utils.c54 case dml2_rgbe_alpha: in dml2_core_utils_is_420()
117 case dml2_rgbe_alpha: in dml2_core_utils_is_422_planar()
180 case dml2_rgbe_alpha: in dml2_core_utils_is_422_packed()
559 …urce_format) || dml2_core_utils_is_422_planar(source_format) || (source_format == dml2_rgbe_alpha)) in dml2_core_utils_is_dual_plane()
H A 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 …]
H A Ddml2_core_dcn4_calcs.c491 case dml2_rgbe_alpha: in dml_is_420()
626 } else if (SourcePixelFormat == dml2_rgbe_alpha) { in CalculateBytePerPixelAndBlockSizes()
670 if (dml_is_420(SourcePixelFormat) || SourcePixelFormat == dml2_rgbe_alpha) in CalculateBytePerPixelAndBlockSizes()
675 if (!(dml_is_420(SourcePixelFormat) || SourcePixelFormat == dml2_rgbe_alpha)) { in CalculateBytePerPixelAndBlockSizes()
692 } else if (SourcePixelFormat == dml2_rgbe_alpha) { in CalculateBytePerPixelAndBlockSizes()
809 if (!dml_is_420(SourcePixelFormat) && SourcePixelFormat != dml2_rgbe_alpha) { in CalculateSinglePipeDPPCLKAndSCLThroughput()
1971 } else if (dml_is_420(SourcePixelFormat) || SourcePixelFormat == dml2_rgbe_alpha) { in CalculateRowBandwidth()
1980 } else if (dml_is_420(SourcePixelFormat) || SourcePixelFormat == dml2_rgbe_alpha) { in CalculateRowBandwidth()
2135 MAS_vp_horz_limit = SourcePixelFormat == dml2_rgbe_alpha ? 3840 : 6144; in CalculateDCCConfiguration()
2136 …MAS_vp_vert_limit = SourcePixelFormat == dml2_rgbe_alpha ? 3840 : (BytePerPixelY == 8 ? 3072 : 614… in CalculateDCCConfiguration()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_display_cfg_types.h40 dml2_rgbe_alpha = 9, enumerator
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/
H A Ddml21_utils.c508 return source_format >= dml2_420_8 && source_format <= dml2_rgbe_alpha; in dml21_is_plane1_enabled()
H A Ddml21_translation_helper.c800 plane->pixel_format = dml2_rgbe_alpha; in populate_dml21_plane_config_from_plane_state()