[PATCH] drm: panel-orientation-quirks: Update GPD Win 2 FW dates

Jared Baldridge jrb at expunge.us
Sat May 4 00:07:16 UTC 2019


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 at expunge.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



More information about the dri-devel mailing list