On Mon, 19 Feb 2018, Philipp Zabel <philipp.zabel@xxxxxxxxx> wrote: > This uses the EDID info from Oculus Rift DK1 (OVR-0001), DK2 (OVR-0003), > and CV1 (OVR-0004) to mark them as non-desktop. Not that I know anything about this stuff, but should this series be cc: stable? BR, Jani. > Signed-off-by: Philipp Zabel <philipp.zabel@xxxxxxxxx> > --- > 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 b1cb2627548f..15cae50f66ba 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 }, > }; > > /* -- Jani Nikula, Intel Open Source Technology Center _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel