OSDN Git Service

drm: add non-desktop quirks to Sensics and OSVR headsets.
authorRyan Pavlik <ryan.pavlik@collabora.com>
Mon, 3 Dec 2018 16:46:44 +0000 (10:46 -0600)
committerDaniel Stone <daniels@collabora.com>
Fri, 15 Mar 2019 10:46:53 +0000 (10:46 +0000)
Add two EDID vendor/product pairs used across a variety of
Sensics products, as well as the OSVR HDK and HDK 2.

Signed-off-by: Ryan Pavlik <ryan.pavlik@collabora.com>
Signed-off-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20181203164644.13974-1-ryan.pavlik@collabora.com
Cc: <stable@vger.kernel.org> # v4.15+
drivers/gpu/drm/drm_edid.c

index 5f14253..fa39592 100644 (file)
@@ -193,6 +193,12 @@ static const struct edid_quirk {
 
        /* Sony PlayStation VR Headset */
        { "SNY", 0x0704, EDID_QUIRK_NON_DESKTOP },
+
+       /* Sensics VR Headsets */
+       { "SEN", 0x1019, EDID_QUIRK_NON_DESKTOP },
+
+       /* OSVR HDK and HDK2 VR Headsets */
+       { "SVR", 0x1019, EDID_QUIRK_NON_DESKTOP },
 };
 
 /*