[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20190504000716.8063-1-jrb@expunge.us>
Date: Fri, 3 May 2019 17:07:16 -0700
From: Jared Baldridge <jrb@...unge.us>
To: unlisted-recipients:; (no To-header on input)
Cc: Jared Baldridge <jrb@...unge.us>,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
Maxime Ripard <maxime.ripard@...tlin.com>,
Sean Paul <sean@...rly.run>, David Airlie <airlied@...ux.ie>,
Daniel Vetter <daniel@...ll.ch>,
dri-devel@...ts.freedesktop.org, linux-kernel@...r.kernel.org
Subject: [PATCH] drm: panel-orientation-quirks: Update GPD Win 2 FW dates
The GPD Win 2 is shipping with a new firmware release date. As
the quirk is still required with the new firmware, this commit
adds the new release date to the quirks table.
Signed-off-by: Jared Baldridge <jrb@...unge.us>
---
drivers/gpu/drm/drm_panel_orientation_quirks.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu/drm/drm_panel_orientation_quirks.c
index 52e445bb1aa5..e0d0f3169581 100644
--- a/drivers/gpu/drm/drm_panel_orientation_quirks.c
+++ b/drivers/gpu/drm/drm_panel_orientation_quirks.c
@@ -63,7 +63,7 @@ static const struct drm_dmi_panel_orientation_data gpd_win2 = {
.width = 720,
.height = 1280,
.bios_dates = (const char * const []){
- "12/07/2017", "05/24/2018", "06/29/2018", NULL },
+ "12/07/2017", "05/24/2018", "06/29/2018", "07/30/2018", NULL },
.orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
};
--
2.21.0
Powered by blists - more mailing lists