<div dir="ltr">Disregard this one, I resubmitted after running "git format-patch -1 HEAD" after breaking the subject/commit message amendment.<p></p></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Fri, Dec 6, 2024 at 9:45 AM Guy Chronister <<a href="mailto:guyc.linux.patches@gmail.com">guyc.linux.patches@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Signed-off-by: Guy Chronister <<a href="mailto:guyc.linux.patches@gmail.com" target="_blank">guyc.linux.patches@gmail.com</a>><br>
---<br>
drivers/gpu/drm/drm_panel_orientation_quirks.c | 7 +++++++<br>
1 file changed, 7 insertions(+)<br>
<br>
diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu/drm/drm_panel_orientation_quirks.c<br>
index 3f2e2b851cbc..c412273799cb 100644<br>
--- a/drivers/gpu/drm/drm_panel_orientation_quirks.c<br>
+++ b/drivers/gpu/drm/drm_panel_orientation_quirks.c<br>
@@ -456,6 +456,13 @@ static const struct dmi_system_id orientation_data[] = {<br>
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Galaxy Book 10.6"),<br>
},<br>
.driver_data = (void *)&lcd1280x1920_rightside_up,<br>
+ }, { /* Valve Steam Deck (Jupiter) with DeckHD */<br>
+ .matches = {<br>
+ DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Valve"),<br>
+ DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Jupiter"),<br>
+ DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "1"),<br>
+ },<br>
+ .driver_data = (void *)&lcd1200x1920_rightside_up,<br>
}, { /* Valve Steam Deck (Jupiter) */<br>
.matches = {<br>
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Valve"),<br>
-- <br>
2.45.2<br>
<br>
</blockquote></div>