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

drm: panel-orientation-quirks: Do rotation quirk for new GPD Win2 FW

I just got a new GDP Win2 device with an updated firmware, which still
requires this quirk to get the rotation right, so add the new firmware
date to the quirk matching table.

This should go to drm-misc-next.

Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.co.uk>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181018193136.4910-1-krisman@collabora.co.uk

authored by

Gabriel Krisman Bertazi and committed by
Maarten Lankhorst
8817b44a 55a2a982

+1 -1
+1 -1
drivers/gpu/drm/drm_panel_orientation_quirks.c
··· 63 63 .width = 720, 64 64 .height = 1280, 65 65 .bios_dates = (const char * const []){ 66 - "12/07/2017", "05/24/2018", NULL }, 66 + "12/07/2017", "05/24/2018", "06/29/2018", NULL }, 67 67 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP, 68 68 }; 69 69