Skip to content

Commit f74fb5d

Browse files
tobiasjakobijwrdegoede
authored andcommitted
drm: panel-orientation-quirks: Add quirk for Aya Neo KUN
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 <[email protected]> Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Hans de Goede <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 0c76053 commit f74fb5d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/gpu/drm/drm_panel_orientation_quirks.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,12 @@ static const struct dmi_system_id orientation_data[] = {
202202
DMI_MATCH(DMI_BOARD_NAME, "NEXT"),
203203
},
204204
.driver_data = (void *)&lcd800x1280_rightside_up,
205+
}, { /* AYA NEO KUN */
206+
.matches = {
207+
DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "AYANEO"),
208+
DMI_MATCH(DMI_BOARD_NAME, "KUN"),
209+
},
210+
.driver_data = (void *)&lcd1600x2560_rightside_up,
205211
}, { /* Chuwi HiBook (CWI514) */
206212
.matches = {
207213
DMI_MATCH(DMI_BOARD_VENDOR, "Hampoo"),

0 commit comments

Comments
 (0)