Skip to content

Commit 6ea966f

Browse files
marcanThomas Zimmermann
authored andcommitted
drm/simpledrm: Add [AX]RGB2101010 formats
This is the format used by the bootloader framebuffer on Apple ARM64 platforms. Reviewed-by: Thomas Zimmermann <[email protected]> Signed-off-by: Hector Martin <[email protected]> Signed-off-by: Thomas Zimmermann <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 877691b commit 6ea966f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/tiny/simpledrm.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,8 +571,8 @@ static const uint32_t simpledrm_default_formats[] = {
571571
//DRM_FORMAT_XRGB1555,
572572
//DRM_FORMAT_ARGB1555,
573573
DRM_FORMAT_RGB888,
574-
//DRM_FORMAT_XRGB2101010,
575-
//DRM_FORMAT_ARGB2101010,
574+
DRM_FORMAT_XRGB2101010,
575+
DRM_FORMAT_ARGB2101010,
576576
};
577577

578578
static const uint64_t simpledrm_format_modifiers[] = {

0 commit comments

Comments
 (0)