Skip to content

Commit 5a3f610

Browse files
thaytanairlied
authored andcommitted
drm/edid: Add Oculus Rift S to non-desktop list
Add a quirk for the Oculus Rift S OVR0012 display so it shows up as a non-desktop display. Signed-off-by: Jan Schmidt <[email protected]> Signed-off-by: Dave Airlie <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 7b5b380 commit 5a3f610

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/gpu/drm/drm_edid.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,11 @@ static const struct edid_quirk {
191191
{ "HVR", 0xaa01, EDID_QUIRK_NON_DESKTOP },
192192
{ "HVR", 0xaa02, EDID_QUIRK_NON_DESKTOP },
193193

194-
/* Oculus Rift DK1, DK2, and CV1 VR Headsets */
194+
/* Oculus Rift DK1, DK2, CV1 and Rift S VR Headsets */
195195
{ "OVR", 0x0001, EDID_QUIRK_NON_DESKTOP },
196196
{ "OVR", 0x0003, EDID_QUIRK_NON_DESKTOP },
197197
{ "OVR", 0x0004, EDID_QUIRK_NON_DESKTOP },
198+
{ "OVR", 0x0012, EDID_QUIRK_NON_DESKTOP },
198199

199200
/* Windows Mixed Reality Headsets */
200201
{ "ACR", 0x7fce, EDID_QUIRK_NON_DESKTOP },

0 commit comments

Comments
 (0)