Skip to content

Commit 2230821

Browse files
antheashonjow
authored andcommitted
drm: panel-orientation-quirks: Add Zotac Gaming Zone quirk
The Zotac Gaming Zone handheld features a 1080p portrait OLED screen. Add the rotation to the panel orientation quirks. Signed-off-by: Antheas Kapenekakis <[email protected]>
1 parent f6167c1 commit 2230821

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/gpu/drm/drm_panel_orientation_quirks.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,12 @@ static const struct dmi_system_id orientation_data[] = {
485485
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "ONEXPLAYER F1 EVA-02"),
486486
},
487487
.driver_data = (void *)&lcd1080x1920_leftside_up,
488+
}, { /* Zotac Gaming Zone (OLED) */
489+
.matches = {
490+
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "ZOTAC"),
491+
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "ZOTAC GAMING ZONE"),
492+
},
493+
.driver_data = (void *)&lcd1080x1920_leftside_up,
488494
}, { /* OrangePi Neo */
489495
.matches = {
490496
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "OrangePi"),

0 commit comments

Comments
 (0)