Commit 704c1bef authored by Matthew Schwartz's avatar Matthew Schwartz Committed by Hamza Mahfooz

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: default avatarMatthew Schwartz <mattschwartz@gwu.edu>
Reviewed-by: default avatarMario Limonciello <mario.limonciello@amd.com>
Signed-off-by: default avatarHamza Mahfooz <hamza.mahfooz@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240628205822.348402-3-mattschwartz@gwu.edu
parent 26746ed4
...@@ -420,14 +420,14 @@ static const struct dmi_system_id orientation_data[] = { ...@@ -420,14 +420,14 @@ static const struct dmi_system_id orientation_data[] = {
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Galaxy Book 10.6"), DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Galaxy Book 10.6"),
}, },
.driver_data = (void *)&lcd1280x1920_rightside_up, .driver_data = (void *)&lcd1280x1920_rightside_up,
}, { /* Valve Steam Deck */ }, { /* Valve Steam Deck (Jupiter) */
.matches = { .matches = {
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Valve"), DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Valve"),
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Jupiter"), DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Jupiter"),
DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "1"), DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "1"),
}, },
.driver_data = (void *)&lcd800x1280_rightside_up, .driver_data = (void *)&lcd800x1280_rightside_up,
}, { /* Valve Steam Deck */ }, { /* Valve Steam Deck (Galileo) */
.matches = { .matches = {
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Valve"), DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Valve"),
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Galileo"), DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Galileo"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment