projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
877691b
)
drm/simpledrm: Add [AX]RGB2101010 formats
author
Hector Martin
<marcan@marcan.st>
Sun, 12 Dec 2021 06:24:07 +0000
(15:24 +0900)
committer
Thomas Zimmermann
<tzimmermann@suse.de>
Thu, 16 Dec 2021 10:06:40 +0000
(11:06 +0100)
This is the format used by the bootloader framebuffer on Apple ARM64
platforms.
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Hector Martin <marcan@marcan.st>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link:
https://patchwork.freedesktop.org/patch/msgid/20211212062407.138309-4-marcan@marcan.st
drivers/gpu/drm/tiny/simpledrm.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/tiny/simpledrm.c
b/drivers/gpu/drm/tiny/simpledrm.c
index 2f999915b9aad0c4097ee69deffb78d9ced84404..b977f5c94562d272659de19d6e095c949f3b40d1 100644
(file)
--- a/
drivers/gpu/drm/tiny/simpledrm.c
+++ b/
drivers/gpu/drm/tiny/simpledrm.c
@@
-571,8
+571,8
@@
static const uint32_t simpledrm_default_formats[] = {
//DRM_FORMAT_XRGB1555,
//DRM_FORMAT_ARGB1555,
DRM_FORMAT_RGB888,
-
//
DRM_FORMAT_XRGB2101010,
-
//
DRM_FORMAT_ARGB2101010,
+ DRM_FORMAT_XRGB2101010,
+ DRM_FORMAT_ARGB2101010,
};
static const uint64_t simpledrm_format_modifiers[] = {