[PATCH] drm/edid: add non-desktop quirk to Pimax VR Headsets
Sefa Eyeoglu
contact at scrumplex.net
Thu Jul 25 07:20:09 UTC 2024
Hi Jani,
I have asked someone with the actual hardware to attach their EDID blob
to the issue.
Kind regards,
Sefa
On Wed, 2024-07-24 at 10:22 +0300, Jani Nikula wrote:
> On Sat, 20 Jul 2024, Sefa Eyeoglu <contact at scrumplex.net> 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 at scrumplex.net>
> > ---
> > 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),
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20240725/1463caf4/attachment.sig>
More information about the dri-devel
mailing list