From: sashiko-bot@kernel.org
To: "Tyron Govender" <dev@tyrongovender.com>
Cc: dri-devel@lists.freedesktop.org
Subject: Re: [PATCH] drm: panel-orientation-quirks: Add HUION Kamvas Studio 16
Date: Sun, 07 Jun 2026 11:36:22 +0000 [thread overview]
Message-ID: <20260607113623.387461F00893@smtp.kernel.org> (raw)
In-Reply-To: <20260607113147.55507-1-dev@tyrongovender.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] Undeclared identifier `lcd2560x1440_bottom_up` causing a build failure.
--
commit 532668bae9bf64a960a61fb91c8692d35f08f8e0
Author: Tyron Govender <dev@tyrongovender.com>
drm: panel-orientation-quirks: Add HUION Kamvas Studio 16
This commit adds a panel orientation quirk for the HUION Kamvas Studio 16.
It intentionally matches a spelling error in the DMI product name and
maps it to a bottom-up orientation for its 2560x1440 display.
> diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu/drm/drm_panel_orientation_quirks.c
> index 3a218fb592cef..85203b1400095 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,
[Severity: Low]
Does this cause a build failure? The patch references lcd2560x1440_bottom_up
here, but it appears the struct was never defined or declared.
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260607113147.55507-1-dev@tyrongovender.com?part=1
prev parent reply other threads:[~2026-06-07 11:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-07 11:31 [PATCH] drm: panel-orientation-quirks: Add HUION Kamvas Studio 16 Tyron Govender
2026-06-07 11:36 ` sashiko-bot [this message]
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=20260607113623.387461F00893@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=dev@tyrongovender.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=sashiko-reviews@lists.linux.dev \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.