The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@linux.intel.com>
To: devbrones <jonas.cronholm@protonmail.com>
Cc: maarten.lankhorst@linux.intel.com,
	devbrones <jonas.cronholm@protonmail.com>,
	Maxime Ripard <mripard@kernel.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
	dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] drm/edid: Add non-desktop quirk for Playstation VR Headsets with Product ID 0xB403
Date: Tue, 25 Mar 2025 11:16:47 +0200	[thread overview]
Message-ID: <875xjxa2rk.fsf@intel.com> (raw)
In-Reply-To: <20250322122048.28677-1-jonas.cronholm@protonmail.com>

On Sat, 22 Mar 2025, devbrones <jonas.cronholm@protonmail.com> wrote:
> This fixes a bug where some Playstation VR Headsets would not be assigned
> the EDID_QUIRK_NON_DESKTOP quirk, causing them to be inaccessible by
> certain software under Wayland.

Please file a bug over at [1], and attach the EDID on that bug, so we
have some clue what's going on.

Thanks,
Jani.


[1] https://gitlab.freedesktop.org/drm/misc/kernel/-/issues/new


>
> Signed-off-by: devbrones <jonas.cronholm@protonmail.com>
> ---
>  drivers/gpu/drm/drm_edid.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
> index 13bc4c290b17..51b4d7a02c02 100644
> --- a/drivers/gpu/drm/drm_edid.c
> +++ b/drivers/gpu/drm/drm_edid.c
> @@ -239,6 +239,7 @@ static const struct edid_quirk {
>  
>  	/* Sony PlayStation VR Headset */
>  	EDID_QUIRK('S', 'N', 'Y', 0x0704, EDID_QUIRK_NON_DESKTOP),
> +	EDID_QUIRK('S', 'N', 'Y', 0xB403, EDID_QUIRK_NON_DESKTOP),
>  
>  	/* Sensics VR Headsets */
>  	EDID_QUIRK('S', 'E', 'N', 0x1019, EDID_QUIRK_NON_DESKTOP),

-- 
Jani Nikula, Intel

  reply	other threads:[~2025-03-25  9:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-22 12:21 [PATCH] drm/edid: Add non-desktop quirk for Playstation VR Headsets with Product ID 0xB403 devbrones
2025-03-25  9:16 ` Jani Nikula [this message]
2025-03-25  9:29   ` Maxime Ripard
2025-03-25 10:47     ` Jani Nikula
2025-03-25 11:09       ` Maxime Ripard
2025-03-25 15:03         ` Jani Nikula
2025-03-25 17:00           ` Maxime Ripard

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=875xjxa2rk.fsf@intel.com \
    --to=jani.nikula@linux.intel.com \
    --cc=airlied@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jonas.cronholm@protonmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=simona@ffwll.ch \
    --cc=tzimmermann@suse.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox