]> git.ipfire.org Git - thirdparty/linux.git/commit
drm: panel-orientation-quirks: Add quirk for AYA NEO Slide
authorAndrew Wyatt <fewtarius@steamfork.org>
Thu, 13 Feb 2025 22:24:51 +0000 (22:24 +0000)
committerThomas Zimmermann <tzimmermann@suse.de>
Mon, 17 Feb 2025 08:19:06 +0000 (09:19 +0100)
commit132c89ef8872e602cfb909377815111d121fe8d7
tree461d8d644edd03c737e09ac83ca2d0d11478b86b
parent529741c331da1fbf54f86c6ec3a4558b9b0b16dc
drm: panel-orientation-quirks: Add quirk for AYA NEO Slide

The AYANEO Slide uses a 1080x1920 portrait LCD panel.  This is the same
panel used on the AYANEO Air Plus, but the DMI data is too different to
match both with one entry.

Add a DMI match to correctly rotate the panel on the AYANEO Slide.

This also covers the Antec Core HS, which is a rebranded AYANEO Slide with
the exact same hardware and DMI strings.

Signed-off-by: Andrew Wyatt <fewtarius@steamfork.org>
Signed-off-by: John Edwards <uejji@uejji.net>
Tested-by: John Edwards <uejji@uejji.net>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20250213222455.93533-4-uejji@uejji.net
drivers/gpu/drm/drm_panel_orientation_quirks.c