On Thu, 25 Jul 2024, Sefa Eyeoglu <contact@xxxxxxxxxxxxx> wrote: > Hi Jani, > > I have asked someone with the actual hardware to attach their EDID blob > to the issue. There's only one so far, but that one does require the quirk. Acked-by: Jani Nikula <jani.nikula@xxxxxxxxx> > > Kind regards, > Sefa > > On Wed, 2024-07-24 at 10:22 +0300, Jani Nikula wrote: >> On Sat, 20 Jul 2024, Sefa Eyeoglu <contact@xxxxxxxxxxxxx> wrote: >> > See https://gitlab.freedesktop.org/drm/misc/kernel/-/issues/40 >> >> Please attach the relevant EDID blobs to the bug. >> >> BR, >> Jani. >> >> > >> > Signed-off-by: Sefa Eyeoglu <contact@xxxxxxxxxxxxx> >> > --- >> > 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 f68a41eeb1fa..41879d67599d 100644 >> > --- a/drivers/gpu/drm/drm_edid.c >> > +++ b/drivers/gpu/drm/drm_edid.c >> > @@ -237,6 +237,11 @@ static const struct edid_quirk { >> > EDID_QUIRK('S', 'E', 'C', 0x144a, EDID_QUIRK_NON_DESKTOP), >> > EDID_QUIRK('A', 'U', 'S', 0xc102, EDID_QUIRK_NON_DESKTOP), >> > >> > + /* Pimax VR Headsets */ >> > + EDID_QUIRK('P', 'V', 'R', 0x1019, EDID_QUIRK_NON_DESKTOP), >> > + EDID_QUIRK('P', 'V', 'R', 0x101a, EDID_QUIRK_NON_DESKTOP), >> > + EDID_QUIRK('P', 'V', 'R', 0x101b, EDID_QUIRK_NON_DESKTOP), >> > + >> > /* Sony PlayStation VR Headset */ >> > EDID_QUIRK('S', 'N', 'Y', 0x0704, EDID_QUIRK_NON_DESKTOP), >> > -- Jani Nikula, Intel