projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8fa1cc
)
drm/panel-edp: Add SDC ATNA45AF01
author
Abel Vesa
<abel.vesa@linaro.org>
Mon, 4 Dec 2023 08:54:25 +0000
(10:54 +0200)
committer
Douglas Anderson
<dianders@chromium.org>
Tue, 5 Dec 2023 17:57:19 +0000
(09:57 -0800)
Add support for the SDC ATNA45AF01 panel.
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link:
https://patchwork.freedesktop.org/patch/msgid/20231201-x1e80100-drm-panel-edp-v2-1-b0173484631a@linaro.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 825fa2a0d8a530f396cce8209d869342b5a73647..78565c99b54deb52bdb8c2d80600b73d0c4e79fa 100644
(file)
--- a/
drivers/gpu/drm/panel/panel-edp.c
+++ b/
drivers/gpu/drm/panel/panel-edp.c
@@
-1983,6
+1983,8
@@
static const struct edp_panel_entry edp_panels[] = {
EDP_PANEL_ENTRY('K', 'D', 'C', 0x0809, &delay_200_500_e50, "KD116N2930A15"),
EDP_PANEL_ENTRY('K', 'D', 'B', 0x1120, &delay_200_500_e80_d50, "116N29-30NK-C007"),
+ EDP_PANEL_ENTRY('S', 'D', 'C', 0x416d, &delay_100_500_e200, "ATNA45AF01"),
+
EDP_PANEL_ENTRY('S', 'H', 'P', 0x1511, &delay_200_500_e50, "LQ140M1JW48"),
EDP_PANEL_ENTRY('S', 'H', 'P', 0x1523, &sharp_lq140m1jw46.delay, "LQ140M1JW46"),
EDP_PANEL_ENTRY('S', 'H', 'P', 0x154c, &delay_200_500_p2e100, "LQ116M1JW10"),