Skip to content

Commit 704c1be

Browse files
matte-schwartzeffective-light
authored andcommitted
drm: panel-orientation-quirks: Add labels for both Valve Steam Deck revisions
This accounts for the existence of two Steam Deck revisions instead of a single revision Signed-off-by: Matthew Schwartz <[email protected]> Reviewed-by: Mario Limonciello <[email protected]> Signed-off-by: Hamza Mahfooz <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 26746ed commit 704c1be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/drm_panel_orientation_quirks.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,14 +420,14 @@ static const struct dmi_system_id orientation_data[] = {
420420
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Galaxy Book 10.6"),
421421
},
422422
.driver_data = (void *)&lcd1280x1920_rightside_up,
423-
}, { /* Valve Steam Deck */
423+
}, { /* Valve Steam Deck (Jupiter) */
424424
.matches = {
425425
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Valve"),
426426
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Jupiter"),
427427
DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "1"),
428428
},
429429
.driver_data = (void *)&lcd800x1280_rightside_up,
430-
}, { /* Valve Steam Deck */
430+
}, { /* Valve Steam Deck (Galileo) */
431431
.matches = {
432432
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Valve"),
433433
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Galileo"),

0 commit comments

Comments
 (0)