mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
drm: panel-orientation-quirks: Add quirk for Aya Neo KUN
[ Upstream commit f74fb5df429ebc6a614dc5aa9e44d7194d402e5a ] Similar to the other Aya Neo devices this one features again a portrait screen, here with a native resolution of 1600x2560. Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240310220401.895591-1-tjakobi@math.uni-bielefeld.de Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
3a16dc3ea8
commit
39c5044821
@@ -202,6 +202,12 @@ static const struct dmi_system_id orientation_data[] = {
|
|||||||
DMI_MATCH(DMI_BOARD_NAME, "NEXT"),
|
DMI_MATCH(DMI_BOARD_NAME, "NEXT"),
|
||||||
},
|
},
|
||||||
.driver_data = (void *)&lcd800x1280_rightside_up,
|
.driver_data = (void *)&lcd800x1280_rightside_up,
|
||||||
|
}, { /* AYA NEO KUN */
|
||||||
|
.matches = {
|
||||||
|
DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "AYANEO"),
|
||||||
|
DMI_MATCH(DMI_BOARD_NAME, "KUN"),
|
||||||
|
},
|
||||||
|
.driver_data = (void *)&lcd1600x2560_rightside_up,
|
||||||
}, { /* Chuwi HiBook (CWI514) */
|
}, { /* Chuwi HiBook (CWI514) */
|
||||||
.matches = {
|
.matches = {
|
||||||
DMI_MATCH(DMI_BOARD_VENDOR, "Hampoo"),
|
DMI_MATCH(DMI_BOARD_VENDOR, "Hampoo"),
|
||||||
|
|||||||
Reference in New Issue
Block a user