projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
290cdd7
)
drm/panel-edp: Add enable timings for N140HCA-EAC panel
author
Nikita Travkin
<nikita@trvn.ru>
Tue, 1 Aug 2023 07:23:37 +0000
(12:23 +0500)
committer
Douglas Anderson
<dianders@chromium.org>
Tue, 1 Aug 2023 14:28:15 +0000
(07:28 -0700)
Add timings for InnoLux N140HCA-EAC. This panel is found on some laptops
such as Acer Aspire 1.
Signed-off-by: Nikita Travkin <nikita@trvn.ru>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link:
https://patchwork.freedesktop.org/patch/msgid/20230801-aspire1-cmn-panel-v1-1-c3d88e389805@trvn.ru
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 df7e3cff004c67189577ce7bf4bb9db730adb6eb..feb665df35a1d925b0739c2ae350c660e9db772d 100644
(file)
--- a/
drivers/gpu/drm/panel/panel-edp.c
+++ b/
drivers/gpu/drm/panel/panel-edp.c
@@
-1890,6
+1890,7
@@
static const struct edp_panel_entry edp_panels[] = {
EDP_PANEL_ENTRY('C', 'M', 'N', 0x1153, &delay_200_500_e80_d50, "N116BGE-EA2"),
EDP_PANEL_ENTRY('C', 'M', 'N', 0x1154, &delay_200_500_e80_d50, "N116BCA-EA2"),
EDP_PANEL_ENTRY('C', 'M', 'N', 0x1247, &delay_200_500_e80_d50, "N120ACA-EA1"),
+ EDP_PANEL_ENTRY('C', 'M', 'N', 0x14d4, &delay_200_500_e80_d50, "N140HCA-EAC"),
EDP_PANEL_ENTRY('I', 'V', 'O', 0x057d, &delay_200_500_e200, "R140NWF5 RH"),
EDP_PANEL_ENTRY('I', 'V', 'O', 0x854a, &delay_200_500_p2e100, "M133NW4J"),