On Sat, 22 Mar 2025, devbrones <jonas.cronh...@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.cronh...@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 via email to