projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e18535
)
drm/panel-edp: add AUO B133UAN02.1 panel entry
author
Johan Hovold
<johan+linaro@kernel.org>
Mon, 11 Jul 2022 07:52:02 +0000
(09:52 +0200)
committer
Douglas Anderson
<dianders@chromium.org>
Mon, 22 Aug 2022 17:31:19 +0000
(10:31 -0700)
Add an eDP panel entry for AUO B133UAN02.1.
Due to lack of documentation, use the delay_200_500_e50 timings like
some other AUO entries for now.
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link:
https://patchwork.freedesktop.org/patch/msgid/20220711075202.21775-1-johan+linaro@kernel.org
drivers/gpu/drm/panel/panel-edp.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/panel/panel-edp.c
b/drivers/gpu/drm/panel/panel-edp.c
index e6645d6e9b592d21872e2426964b495c19d7d93d..5263d11de9528087fcb2b74f000a4c6da0cfdb69 100644
(file)
--- a/
drivers/gpu/drm/panel/panel-edp.c
+++ b/
drivers/gpu/drm/panel/panel-edp.c
@@
-1877,6
+1877,7
@@
static const struct panel_delay delay_200_500_e200 = {
*/
static const struct edp_panel_entry edp_panels[] = {
EDP_PANEL_ENTRY('A', 'U', 'O', 0x1062, &delay_200_500_e50, "B120XAN01.0"),
+ EDP_PANEL_ENTRY('A', 'U', 'O', 0x1e9b, &delay_200_500_e50, "B133UAN02.1"),
EDP_PANEL_ENTRY('A', 'U', 'O', 0x405c, &auo_b116xak01.delay, "B116XAK01"),
EDP_PANEL_ENTRY('A', 'U', 'O', 0x615c, &delay_200_500_e50, "B116XAN06.1"),
EDP_PANEL_ENTRY('A', 'U', 'O', 0x8594, &delay_200_500_e50, "B133UAN01.0"),