summary refs log tree commit diff
path: root/drivers
diff options
context:
space:
mode:
authorJohn Schoenick <johns@valvesoftware.com>2023-07-11 15:27:33 -0700
committerPierre-Loup A. Griffais <pgriffais@valvesoftware.com>2023-11-02 16:07:33 -0700
commite08dfd29027d6c57ef41f3d8c47d389a144e501b (patch)
treedd78ca0973ab2fec3dd24082bdddaa61268bab4b /drivers
parent989fb7b07f02e984ad90a6650fa51b219be4136a (diff)
downloadlinux-e08dfd29027d6c57ef41f3d8c47d389a144e501b.tar.gz
drm: panel-orientation-quirks: Add quirk for Valve Galileo
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/drm_panel_orientation_quirks.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu/drm/drm_panel_orientation_quirks.c
index 0cb646cb04ee..014101e92b5a 100644
--- a/drivers/gpu/drm/drm_panel_orientation_quirks.c
+++ b/drivers/gpu/drm/drm_panel_orientation_quirks.c
@@ -395,6 +395,13 @@ static const struct dmi_system_id orientation_data[] = {
 		  DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "1"),
 		},
 		.driver_data = (void *)&lcd800x1280_rightside_up,
+	}, {	/* Valve Steam Deck */
+		.matches = {
+		  DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Valve"),
+		  DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Galileo"),
+		  DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "1"),
+		},
+		.driver_data = (void *)&lcd800x1280_rightside_up,
 	}, {	/* VIOS LTH17 */
 		.matches = {
 		  DMI_EXACT_MATCH(DMI_SYS_VENDOR, "VIOS"),