All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/edid: add non-desktop quirk to Bigscreen Beyond HMD
@ 2024-05-17 10:55 Sefa Eyeoglu
  2024-05-17 12:54 ` Jani Nikula
  2024-05-17 14:09 ` Sefa Eyeoglu
  0 siblings, 2 replies; 7+ messages in thread
From: Sefa Eyeoglu @ 2024-05-17 10:55 UTC (permalink / raw)
  To: dri-devel; +Cc: Sefa Eyeoglu

The Bigscreen Beyond VR headset is a non-desktop output and should be
marked as such using an EDID quirk.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
---
 drivers/gpu/drm/drm_edid.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index 4f54c91b31b2..d407efc0fb55 100644
--- a/drivers/gpu/drm/drm_edid.c
+++ b/drivers/gpu/drm/drm_edid.c
@@ -200,6 +200,9 @@ static const struct edid_quirk {
 	/* Rotel RSX-1058 forwards sink's EDID but only does HDMI 1.1*/
 	EDID_QUIRK('E', 'T', 'R', 13896, EDID_QUIRK_FORCE_8BPC),
 
+	/* Bigscreen Beyond Headset */
+	EDID_QUIRK('B', 'I', 'G', 0x1234, EDID_QUIRK_NON_DESKTOP),
+
 	/* Valve Index Headset */
 	EDID_QUIRK('V', 'L', 'V', 0x91a8, EDID_QUIRK_NON_DESKTOP),
 	EDID_QUIRK('V', 'L', 'V', 0x91b0, EDID_QUIRK_NON_DESKTOP),
-- 
2.44.0


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

end of thread, other threads:[~2024-05-20  8:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-17 10:55 [PATCH] drm/edid: add non-desktop quirk to Bigscreen Beyond HMD Sefa Eyeoglu
2024-05-17 12:54 ` Jani Nikula
2024-05-17 14:14   ` Sefa Eyeoglu
2024-05-17 14:09 ` Sefa Eyeoglu
2024-05-17 14:52   ` Philipp Zabel
2024-05-17 15:36     ` Sefa Eyeoglu
2024-05-20  8:40       ` 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.