projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13cdd12
)
drm/panel-edp: Add AUO B116XAB01.4 edp panel entry
author
Laura Nao
<laura.nao@collabora.com>
Wed, 7 Jun 2023 15:06:15 +0000
(17:06 +0200)
committer
Douglas Anderson
<dianders@chromium.org>
Wed, 7 Jun 2023 15:31:24 +0000
(08:31 -0700)
Add a panel entry for the AUO B116XAB01.4 edp panel, found in the Acer
Chromebook Spin 311 (CP311-3H) laptop.
Signed-off-by: Laura Nao <laura.nao@collabora.com>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link:
https://patchwork.freedesktop.org/patch/msgid/20230607150615.241542-1-laura.nao@collabora.com
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 fbd114b4f0be0b379f9929c06495a95421a23838..df7e3cff004c67189577ce7bf4bb9db730adb6eb 100644
(file)
--- a/
drivers/gpu/drm/panel/panel-edp.c
+++ b/
drivers/gpu/drm/panel/panel-edp.c
@@
-1866,6
+1866,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', 0x145c, &delay_200_500_e50, "B116XAB01.4"),
EDP_PANEL_ENTRY('A', 'U', 'O', 0x1e9b, &delay_200_500_e50, "B133UAN02.1"),
EDP_PANEL_ENTRY('A', 'U', 'O', 0x1ea5, &delay_200_500_e50, "B116XAK01.6"),
EDP_PANEL_ENTRY('A', 'U', 'O', 0x405c, &auo_b116xak01.delay, "B116XAK01"),