projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d49f2e
)
drm/panel: simple: Fix the bus format for the Ontat panel
author
Eric Anholt
<
[email protected]
>
Fri, 9 Mar 2018 23:33:32 +0000
(15:33 -0800)
committer
Thierry Reding
<
[email protected]
>
Mon, 12 Mar 2018 07:23:01 +0000
(08:23 +0100)
This fixes bad color output. When I was first testing the device I
had the DPI hardware set to 666 mode, but apparently in the refactor
to use the bus_format information from the panel driver, I failed to
actually update the panel.
Signed-off-by: Eric Anholt <
[email protected]
>
Fixes: e8b6f561b2ee ("drm/panel: simple: Add the 7" DPI panel from Adafruit")
Cc: Thierry Reding <
[email protected]
>
Signed-off-by: Thierry Reding <
[email protected]
>
Link:
https://patchwork.freedesktop.org/patch/msgid/
[email protected]
drivers/gpu/drm/panel/panel-simple.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/panel/panel-simple.c
b/drivers/gpu/drm/panel/panel-simple.c
index 5591984a392b7e63f049a175072793dcbe51fe1f..f9649bded63ffdab5f921bd2374ed800411f8f14 100644
(file)
--- a/
drivers/gpu/drm/panel/panel-simple.c
+++ b/
drivers/gpu/drm/panel/panel-simple.c
@@
-1597,7
+1597,7
@@
static const struct panel_desc ontat_yx700wv03 = {
.width = 154,
.height = 83,
},
- .bus_format = MEDIA_BUS_FMT_RGB
888_1X24
,
+ .bus_format = MEDIA_BUS_FMT_RGB
666_1X18
,
};
static const struct drm_display_mode ortustech_com43h4m85ulc_mode = {