[PATCH 2/2] drm/edid: quirk Lenovo Explorer headset as non-desktop

Philipp Zabel philipp.zabel at gmail.com
Mon Dec 4 08:45:05 UTC 2017


This uses the EDID info from a Lenovo Explorer "Windows Mixed Reality"
headset to mark it as non-desktop.

Signed-off-by: Philipp Zabel <philipp.zabel at gmail.com>
---
 drivers/gpu/drm/drm_edid.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index 80f414ff60e4..ce6837c407ab 100644
--- a/drivers/gpu/drm/drm_edid.c
+++ b/drivers/gpu/drm/drm_edid.c
@@ -167,6 +167,9 @@ static const struct edid_quirk {
 	{ "OVR", 0x0001, EDID_QUIRK_NON_DESKTOP },
 	{ "OVR", 0x0003, EDID_QUIRK_NON_DESKTOP },
 	{ "OVR", 0x0004, EDID_QUIRK_NON_DESKTOP },
+
+	/* Lenovo Explorer VR Headset */
+	{ "LEN", 0xb800, EDID_QUIRK_NON_DESKTOP },
 };
 
 /*
-- 
2.15.1



More information about the dri-devel mailing list