* [PATCH] drm: panel-orientation-quirks: Add HUION Kamvas Studio 16
@ 2026-06-07 11:31 Tyron Govender
0 siblings, 0 replies; only message in thread
From: Tyron Govender @ 2026-06-07 11:31 UTC (permalink / raw)
To: dri-devel
Cc: maarten.lankhorst, mripard, tzimmermann, airlied, simona,
linux-kernel, Tyron Govender
Signed-off-by: Tyron Govender <dev@tyrongovender.com>
---
drivers/gpu/drm/drm_panel_orientation_quirks.c | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu/drm/drm_panel_orientation_quirks.c
index 3a218fb59..85203b140 100644
--- a/drivers/gpu/drm/drm_panel_orientation_quirks.c
+++ b/drivers/gpu/drm/drm_panel_orientation_quirks.c
@@ -364,6 +364,15 @@ static const struct dmi_system_id orientation_data[] = {
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "G1617-01")
},
.driver_data = (void *)&lcd1080x1920_rightside_up,
+ }, { /*
+ * HUION Kamvas Studio 16
+ * DMI has "Kavmas" spelling error, matched intentionally here
+ */
+ .matches = {
+ DMI_EXACT_MATCH(DMI_SYS_VENDOR, "HUION"),
+ DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Kavmas Studio 16"),
+ },
+ .driver_data = (void *)&lcd2560x1440_bottom_up,
}, { /* I.T.Works TW891 */
.matches = {
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "To be filled by O.E.M."),
--
2.54.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-07 11:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-07 11:31 [PATCH] drm: panel-orientation-quirks: Add HUION Kamvas Studio 16 Tyron Govender
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®