* [PATCH 1/2] drm/edid: quirk Oculus Rift headsets as non-desktop
@ 2017-12-04 8:45 Philipp Zabel
2017-12-04 8:45 ` [PATCH 2/2] drm/edid: quirk Lenovo Explorer headset " Philipp Zabel
0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2017-12-04 8:45 UTC (permalink / raw)
To: dri-devel
This uses the EDID info from Oculus Rift DK1, DK2, and CV1
to mark them as non-desktop.
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
---
drivers/gpu/drm/drm_edid.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index 5dfe14763871..80f414ff60e4 100644
--- a/drivers/gpu/drm/drm_edid.c
+++ b/drivers/gpu/drm/drm_edid.c
@@ -162,6 +162,11 @@ static const struct edid_quirk {
/* HTC Vive VR Headset */
{ "HVR", 0xaa01, EDID_QUIRK_NON_DESKTOP },
+
+ /* Oculus Rift DK1, DK2, and CV1 VR Headsets */
+ { "OVR", 0x0001, EDID_QUIRK_NON_DESKTOP },
+ { "OVR", 0x0003, EDID_QUIRK_NON_DESKTOP },
+ { "OVR", 0x0004, EDID_QUIRK_NON_DESKTOP },
};
/*
--
2.15.1
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 2/2] drm/edid: quirk Lenovo Explorer headset as non-desktop
2017-12-04 8:45 [PATCH 1/2] drm/edid: quirk Oculus Rift headsets as non-desktop Philipp Zabel
@ 2017-12-04 8:45 ` Philipp Zabel
0 siblings, 0 replies; 2+ messages in thread
From: Philipp Zabel @ 2017-12-04 8:45 UTC (permalink / raw)
To: dri-devel
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@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
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-12-04 8:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-04 8:45 [PATCH 1/2] drm/edid: quirk Oculus Rift headsets as non-desktop Philipp Zabel
2017-12-04 8:45 ` [PATCH 2/2] drm/edid: quirk Lenovo Explorer headset " Philipp Zabel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox