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

This device is another x86 gaming handheld, and as (hopefully) there is
only one set of DMI IDs it's using DMI_EXACT_MATCH

Signed-off-by: Maya Matuszczyk <maccraft123mc@gmail.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220803182402.1217293-1-maccraft123mc@gmail.com

authored by

Maya Matuszczyk and committed by
Hans de Goede
770e1907 8401bd36

+6
+6
drivers/gpu/drm/drm_panel_orientation_quirks.c
··· 128 128 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "One S1003"), 129 129 }, 130 130 .driver_data = (void *)&lcd800x1280_rightside_up, 131 + }, { /* Anbernic Win600 */ 132 + .matches = { 133 + DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "Anbernic"), 134 + DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Win600"), 135 + }, 136 + .driver_data = (void *)&lcd720x1280_rightside_up, 131 137 }, { /* Asus T100HA */ 132 138 .matches = { 133 139 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),