Skip to content

Commit 26746ed

Browse files
Nephyrineffective-light
authored andcommitted
drm: panel-orientation-quirks: Add quirk for Valve Galileo
Valve's Steam Deck Galileo revision has a 800x1280 OLED panel Cc: [email protected] # 6.1+ Signed-off-by: John Schoenick <[email protected]> Signed-off-by: Matthew Schwartz <[email protected]> Signed-off-by: Hamza Mahfooz <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 80bec68 commit 26746ed

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/gpu/drm/drm_panel_orientation_quirks.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,13 @@ static const struct dmi_system_id orientation_data[] = {
427427
DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "1"),
428428
},
429429
.driver_data = (void *)&lcd800x1280_rightside_up,
430+
}, { /* Valve Steam Deck */
431+
.matches = {
432+
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Valve"),
433+
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Galileo"),
434+
DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "1"),
435+
},
436+
.driver_data = (void *)&lcd800x1280_rightside_up,
430437
}, { /* VIOS LTH17 */
431438
.matches = {
432439
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "VIOS"),

0 commit comments

Comments
 (0)