projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
308451d
)
drm: panel-orientation-quirks: Add quirk for Acer Switch V 10 (SW5-017)
author
Hans de Goede
<hdegoede@redhat.com>
Sun, 6 Nov 2022 21:50:52 +0000
(22:50 +0100)
committer
Hans de Goede
<hdegoede@redhat.com>
Tue, 8 Nov 2022 09:12:45 +0000
(10:12 +0100)
Like the Acer Switch One 10 S1003, for which there already is a quirk,
the Acer Switch V 10 (SW5-017) has a 800x1280 portrait screen mounted
in the tablet part of a landscape oriented 2-in-1. Add a quirk for this.
Cc: Rudolf Polzer <rpolzer@google.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Simon Ser <contact@emersion.fr>
Link:
https://patchwork.freedesktop.org/patch/msgid/20221106215052.66995-1-hdegoede@redhat.com
drivers/gpu/drm/drm_panel_orientation_quirks.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/drm_panel_orientation_quirks.c
b/drivers/gpu/drm/drm_panel_orientation_quirks.c
index
f0f6fa3
..
52d8800
100644
(file)
--- a/
drivers/gpu/drm/drm_panel_orientation_quirks.c
+++ b/
drivers/gpu/drm/drm_panel_orientation_quirks.c
@@
-134,6
+134,12
@@
static const struct dmi_system_id orientation_data[] = {
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "One S1003"),
},
.driver_data = (void *)&lcd800x1280_rightside_up,
+ }, { /* Acer Switch V 10 (SW5-017) */
+ .matches = {
+ DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Acer"),
+ DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "SW5-017"),
+ },
+ .driver_data = (void *)&lcd800x1280_rightside_up,
}, { /* Anbernic Win600 */
.matches = {
DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "Anbernic"),