diff options
author | Dave Airlie <airlied@redhat.com> | 2021-10-28 10:27:10 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2021-10-28 10:27:14 +0300 |
commit | 79516af3497a5b89acb09f4a644f61d6c69e5f16 (patch) | |
tree | 497e2377dbc438b04d598ac9b048558fdfe69752 /drivers/gpu | |
parent | 19928833e8f8fa5ee687c451437ce674f19d6c09 (diff) | |
parent | 61b1d445f3bfe4c3ba4335ceeb7e8ba688fd31e2 (diff) | |
download | linux-79516af3497a5b89acb09f4a644f61d6c69e5f16.tar.xz |
Merge tag 'drm-misc-fixes-2021-10-28' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
One patch to fix the default screen orientation on the GPD Win3
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20211028072300.b4gqexq6zfhby24g@gilmour
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/drm_panel_orientation_quirks.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu/drm/drm_panel_orientation_quirks.c index 30c17a76f49a..e1b2ce4921ae 100644 --- a/drivers/gpu/drm/drm_panel_orientation_quirks.c +++ b/drivers/gpu/drm/drm_panel_orientation_quirks.c @@ -191,6 +191,12 @@ static const struct dmi_system_id orientation_data[] = { DMI_EXACT_MATCH(DMI_BOARD_NAME, "Default string"), }, .driver_data = (void *)&gpd_win2, + }, { /* GPD Win 3 */ + .matches = { + DMI_EXACT_MATCH(DMI_SYS_VENDOR, "GPD"), + DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "G1618-03") + }, + .driver_data = (void *)&lcd720x1280_rightside_up, }, { /* I.T.Works TW891 */ .matches = { DMI_EXACT_MATCH(DMI_SYS_VENDOR, "To be filled by O.E.M."), |