All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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.