All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@linux.intel.com>
To: Sefa Eyeoglu <contact@scrumplex.net>, dri-devel@lists.freedesktop.org
Subject: Re: [PATCH] drm/edid: add non-desktop quirk to Pimax VR Headsets
Date: Tue, 13 Aug 2024 18:08:24 +0300	[thread overview]
Message-ID: <87frr8zcif.fsf@intel.com> (raw)
In-Reply-To: <119ff8daeb8eadda3dae9e3f3cc590533b3bdd29.camel@scrumplex.net>

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

      reply	other threads:[~2024-08-13 15:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87frr8zcif.fsf@intel.com \
    --to=jani.nikula@linux.intel.com \
    --cc=contact@scrumplex.net \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.