[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4b29a3d0-c1b4-4a59-8c51-66dd2513257c@manjaro.org>
Date: Thu, 4 Sep 2025 20:09:45 +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 10/10] drm: panel-orientation-quirks: Add Zeenix Lite
and Pro
On 9/4/25 19:50, Antheas Kapenekakis wrote:
> Add quirks for two Zeenix handhelds, the Lite and the Pro.
> They are identical to the Ayn Loki and the Ayn Loki Pro respectively.
>
> Signed-off-by: Antheas Kapenekakis <lkml@...heas.dev>
> ---
> drivers/gpu/drm/drm_panel_orientation_quirks.c | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu/drm/drm_panel_orientation_quirks.c
> index 5f896d6e4090..201e5349f3ac 100644
> --- a/drivers/gpu/drm/drm_panel_orientation_quirks.c
> +++ b/drivers/gpu/drm/drm_panel_orientation_quirks.c
> @@ -594,6 +594,18 @@ static const struct dmi_system_id orientation_data[] = {
> DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Galaxy Book 10.6"),
> },
> .driver_data = (void *)&lcd1280x1920_rightside_up,
> + }, { /* Tectoy Zeenix Lite */
> + .matches = {
> + DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Tectoy"),
> + DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Zeenix Lite"),
> + },
> + .driver_data = (void *)&lcd1080x1920_leftside_up,
> + }, { /* Tectoy Zeenix Pro */
> + .matches = {
> + DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Tectoy"),
> + DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Zeenix Pro"),
> + },
> + .driver_data = (void *)&lcd1080x1920_leftside_up,
> }, { /* Valve Steam Deck (Jupiter) */
> .matches = {
> DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Valve"),
Reviewed-by: Philip Müller <philm@...jaro.org>
--
Best, Philip
Powered by blists - more mailing lists