@@ -101,7 +101,25 @@ index 4a73821b8..88aa57c15 100644
101101 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "OrangePi"),
102102- -
103103diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu/drm/drm_panel_orientation_quirks.c
104- index c554ad8f246b..a5140fc87861 100644
104+ index c554ad8f246b..858f114cd3b5 100644
105+ --- a/drivers/gpu/drm/drm_panel_orientation_quirks.c
106+ +++ b/drivers/gpu/drm/drm_panel_orientation_quirks.c
107+ @@ -485,6 +485,12 @@ static const struct dmi_system_id orientation_data[] = {
108+ DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "ONE XPLAYER"),
109+ },
110+ .driver_data = (void *)&lcd1200x1920_leftside_up,
111+ + }, { /* Zotac Gaming Zone (OLED) */
112+ + .matches = {
113+ + DMI_EXACT_MATCH(DMI_SYS_VENDOR, "ZOTAC"),
114+ + DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "ZOTAC GAMING ZONE"),
115+ + },
116+ + .driver_data = (void *)&lcd1080x1920_leftside_up,
117+ }, { /* OrangePi Neo */
118+ .matches = {
119+ DMI_EXACT_MATCH(DMI_SYS_VENDOR, "OrangePi"),
120+ - -
121+ diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu/drm/drm_panel_orientation_quirks.c
122+ index 858f114cd3b5..087b6ae86c2a 100644
105123--- a/drivers/gpu/drm/drm_panel_orientation_quirks.c
106124+++ b/drivers/gpu/drm/drm_panel_orientation_quirks.c
107125@@ -178,6 +178,12 @@ static const struct dmi_system_id orientation_data[] = {
@@ -151,10 +169,10 @@ index c554ad8f246b..a5140fc87861 100644
151169 }, { /* GPD Win (same note on DMI match as GPD Pocket) */
152170 .matches = {
153171 DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "AMI Corporation"),
154- @@ -485 ,6 +503 ,12 @@ static const struct dmi_system_id orientation_data[] = {
155- DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "ONE XPLAYER "),
172+ @@ -491 ,6 +509 ,12 @@ static const struct dmi_system_id orientation_data[] = {
173+ DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "ZOTAC GAMING ZONE "),
156174 },
157- .driver_data = (void *)&lcd1200x1920_leftside_up ,
175+ .driver_data = (void *)&lcd1080x1920_leftside_up ,
158176+ }, { /* OneXPlayer OneXFly F1 series */
159177+ .matches = {
160178+ DMI_EXACT_MATCH(DMI_SYS_VENDOR, "ONE-NETBOOK"),
@@ -164,7 +182,7 @@ index c554ad8f246b..a5140fc87861 100644
164182 }, { /* OrangePi Neo */
165183 .matches = {
166184 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "OrangePi"),
167- @@ -497 ,6 +521 ,12 @@ static const struct dmi_system_id orientation_data[] = {
185+ @@ -503 ,6 +527 ,12 @@ static const struct dmi_system_id orientation_data[] = {
168186 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Galaxy Book 10.6"),
169187 },
170188 .driver_data = (void *)&lcd1280x1920_rightside_up,
0 commit comments