[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <45345a77-76aa-42c8-bb25-8b37f27f2495@manjaro.org>
Date: Thu, 4 Sep 2025 20:04:30 +0200
From: Philip Müller <philm@...jaro.org>
To: Antheas Kapenekakis <lkml@...heas.dev>, dri-devel@...ts.freedesktop.org
Cc: linux-kernel@...r.kernel.org,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
Maxime Ripard <mripard@...nel.org>, Thomas Zimmermann <tzimmermann@...e.de>,
David Airlie <airlied@...il.com>, Simona Vetter <simona@...ll.ch>
Subject: Re: [PATCH v1 02/10] drm: panel-orientation-quirks: add additional ID
for Ayaneo 2021
On 9/4/25 19:50, Antheas Kapenekakis wrote:
> The Ayaneo 2021 has an alternate variant that skips AYA in the
> beginning. Add that as well.
>
> Signed-off-by: Antheas Kapenekakis <lkml@...heas.dev>
> ---
> 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 f5c7275cf026..d724253407af 100644
> --- a/drivers/gpu/drm/drm_panel_orientation_quirks.c
> +++ b/drivers/gpu/drm/drm_panel_orientation_quirks.c
> @@ -215,6 +215,12 @@ static const struct dmi_system_id orientation_data[] = {
> DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "AYA NEO 2021"),
> },
> .driver_data = (void *)&lcd800x1280_rightside_up,
> + }, { /* AYA NEO 2021 */
> + .matches = {
> + DMI_EXACT_MATCH(DMI_SYS_VENDOR, "AYANEO"),
> + DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "NEO 2021"),
> + },
> + .driver_data = (void *)&lcd800x1280_rightside_up,
> }, { /* AYA NEO AIR */
> .matches = {
> DMI_EXACT_MATCH(DMI_SYS_VENDOR, "AYANEO"),
Reviewed-by: Philip Müller <philm@...jaro.org>
--
Best, Philip
Powered by blists - more mailing lists