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 KD Kurio Smart C15200 2-in-1

The KD Kurio Smart C15200 2-in-1 uses a panel which has been mounted 90
degrees rotated. Add a quirk for this.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Simon Ser <contact@emersion.fr>
Link: https://patchwork.freedesktop.org/patch/msgid/20210530110428.12994-3-hdegoede@redhat.com

+7
+7
drivers/gpu/drm/drm_panel_orientation_quirks.c
··· 193 193 DMI_EXACT_MATCH(DMI_BOARD_NAME, "TW891"), 194 194 }, 195 195 .driver_data = (void *)&itworks_tw891, 196 + }, { /* KD Kurio Smart C15200 2-in-1 */ 197 + .matches = { 198 + DMI_EXACT_MATCH(DMI_SYS_VENDOR, "KD Interactive"), 199 + DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Kurio Smart"), 200 + DMI_EXACT_MATCH(DMI_BOARD_NAME, "KDM960BCP"), 201 + }, 202 + .driver_data = (void *)&lcd800x1280_rightside_up, 196 203 }, { /* 197 204 * Lenovo Ideapad Miix 310 laptop, only some production batches 198 205 * have a portrait screen, the resolution checks makes the quirk