Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <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

authored by

Tobias Jakobi and committed by
Hans de Goede
f74fb5df 0c76053e

+6
+6
drivers/gpu/drm/drm_panel_orientation_quirks.c
··· 202 202 DMI_MATCH(DMI_BOARD_NAME, "NEXT"), 203 203 }, 204 204 .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, 205 211 }, { /* Chuwi HiBook (CWI514) */ 206 212 .matches = { 207 213 DMI_MATCH(DMI_BOARD_VENDOR, "Hampoo"),