]> git.baikalelectronics.ru Git - kernel.git/commit
drm: panel-orientation-quirks: Add quirk for GPD MicroPC
authorHans de Goede <hdegoede@redhat.com>
Fri, 24 May 2019 12:57:59 +0000 (14:57 +0200)
committerHans de Goede <hdegoede@redhat.com>
Thu, 6 Jun 2019 10:49:08 +0000 (12:49 +0200)
commit4e3adfbf178bca1ccfd71291e43ff2ca3afa3710
treef3eda185118da5d0c780165b1520021086b15db1
parenta45fd90e8b7100e6a712fc18ae66a82f7c801ad5
drm: panel-orientation-quirks: Add quirk for GPD MicroPC

GPD has done it again, make a nice device (good), use way too generic
DMI strings (bad) and use a portrait screen rotated 90 degrees (ugly).

Because of the too generic DMI strings this entry is also doing bios-date
matching, so the gpd_micropc data struct may very well need to be updated
with some extra bios-dates in the future.

Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190524125759.14131-2-hdegoede@redhat.com
drivers/gpu/drm/drm_panel_orientation_quirks.c