The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] drm/edid: Add non-desktop quirk for Playstation VR Headsets with Product ID 0xB403
@ 2025-03-22 12:21 devbrones
  2025-03-25  9:16 ` Jani Nikula
  0 siblings, 1 reply; 7+ messages in thread
From: devbrones @ 2025-03-22 12:21 UTC (permalink / raw)
  Cc: maarten.lankhorst, devbrones, Maxime Ripard, Thomas Zimmermann,
	David Airlie, Simona Vetter, dri-devel, linux-kernel

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.

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),
-- 
2.45.2



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-03-25 17:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox