* [PATCH] drm/edid: add non-desktop quirk to Pimax VR Headsets @ 2024-07-20 11:03 Sefa Eyeoglu 2024-07-24 7:22 ` Jani Nikula 0 siblings, 1 reply; 4+ messages in thread From: Sefa Eyeoglu @ 2024-07-20 11:03 UTC (permalink / raw) To: dri-devel; +Cc: Sefa Eyeoglu See https://gitlab.freedesktop.org/drm/misc/kernel/-/issues/40 Signed-off-by: Sefa Eyeoglu <contact@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), -- 2.45.2 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] drm/edid: add non-desktop quirk to Pimax VR Headsets 2024-07-20 11:03 [PATCH] drm/edid: add non-desktop quirk to Pimax VR Headsets Sefa Eyeoglu @ 2024-07-24 7:22 ` Jani Nikula 2024-07-25 7:20 ` Sefa Eyeoglu 0 siblings, 1 reply; 4+ messages in thread From: Jani Nikula @ 2024-07-24 7:22 UTC (permalink / raw) To: Sefa Eyeoglu, dri-devel; +Cc: Sefa Eyeoglu On Sat, 20 Jul 2024, Sefa Eyeoglu <contact@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@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), -- Jani Nikula, Intel ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] drm/edid: add non-desktop quirk to Pimax VR Headsets 2024-07-24 7:22 ` Jani Nikula @ 2024-07-25 7:20 ` Sefa Eyeoglu 2024-08-13 15:08 ` Jani Nikula 0 siblings, 1 reply; 4+ messages in thread From: Sefa Eyeoglu @ 2024-07-25 7:20 UTC (permalink / raw) To: dri-devel; +Cc: Jani Nikula [-- Attachment #1: Type: text/plain, Size: 1310 bytes --] 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@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@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), > [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 228 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] drm/edid: add non-desktop quirk to Pimax VR Headsets 2024-07-25 7:20 ` Sefa Eyeoglu @ 2024-08-13 15:08 ` Jani Nikula 0 siblings, 0 replies; 4+ messages in thread From: Jani Nikula @ 2024-08-13 15:08 UTC (permalink / raw) To: Sefa Eyeoglu, dri-devel On Thu, 25 Jul 2024, Sefa Eyeoglu <contact@scrumplex.net> 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@intel.com> > > Kind regards, > Sefa > > On Wed, 2024-07-24 at 10:22 +0300, Jani Nikula wrote: >> On Sat, 20 Jul 2024, Sefa Eyeoglu <contact@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@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), >> > -- Jani Nikula, Intel ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-08-13 15:08 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-07-20 11:03 [PATCH] drm/edid: add non-desktop quirk to Pimax VR Headsets Sefa Eyeoglu 2024-07-24 7:22 ` Jani Nikula 2024-07-25 7:20 ` Sefa Eyeoglu 2024-08-13 15:08 ` Jani Nikula
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.