From: Vladislav Leonov <vlad@zlab.su>
To: mripard@kernel.org
Cc: dri-devel@lists.freedesktop.org, Vladislav Leonov <vlad@zlab.su>
Subject: [PATCH] drm: panel-orientation-quirks: Add quirk for Chuwi Minibook X
Date: Wed, 20 May 2026 23:19:51 +0300 [thread overview]
Message-ID: <20260520201951.9126-1-vlad@zlab.su> (raw)
This adds a DMI orientation quirk for the Chuwi Minibook X notebook.
Signed-off-by: Vladislav Leonov <vlad@zlab.su>
---
drivers/gpu/drm/drm_panel_orientation_quirks.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu/drm/drm_panel_orientation_quirks.c
index 3a218fb592ce..d185bf061385 100644
--- a/drivers/gpu/drm/drm_panel_orientation_quirks.c
+++ b/drivers/gpu/drm/drm_panel_orientation_quirks.c
@@ -283,6 +283,12 @@ static const struct dmi_system_id orientation_data[] = {
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Hi10 pro tablet"),
},
.driver_data = (void *)&lcd1200x1920_rightside_up,
+ }, { /* Chuwi Minibook X */
+ .matches = {
+ DMI_EXACT_MATCH(DMI_SYS_VENDOR, "CHUWI Innovation And Technology(ShenZhen)co.,Ltd"),
+ DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "MiniBook X"),
+ },
+ .driver_data = (void *)&lcd1200x1920_rightside_up,
}, { /* Dynabook K50 */
.matches = {
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Dynabook Inc."),
--
2.47.3
next reply other threads:[~2026-05-21 6:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-20 20:19 Vladislav Leonov [this message]
2026-05-25 10:50 ` Claude review: drm: panel-orientation-quirks: Add quirk for Chuwi Minibook X Claude Code Review Bot
2026-05-25 10:50 ` Claude Code Review Bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260520201951.9126-1-vlad@zlab.su \
--to=vlad@zlab.su \
--cc=dri-devel@lists.freedesktop.org \
--cc=mripard@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox