Message ID | 20190504000716.8063-1-jrb@expunge.us (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm: panel-orientation-quirks: Update GPD Win 2 FW dates | expand |
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, };
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@expunge.us> --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)