mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v1] drm/edid: add 6 bpc quirk to the Sharp LQ116M1JW10
@ 2025-10-30  9:44 Ajye Huang
  2025-10-30 15:08 ` Doug Anderson
  0 siblings, 1 reply; 7+ messages in thread
From: Ajye Huang @ 2025-10-30  9:44 UTC (permalink / raw)
  To: linux-kernel
  Cc: Douglas Anderson, Maarten Lankhorst, Maxime Ripard, David Airlie,
	Simona Vetter, dri-devel, Ajye Huang

The Sharp LQ116M1JW105 reports that it supports 8 bpc modes,
but it will happen display noise in some videos.
So, limit it to 6 bpc modes.

Signed-off-by: Ajye Huang <ajye_huang@compal.corp-partner.google.com>
---
 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 e2e85345aa9a..a73d37fe7ea1 100644
--- a/drivers/gpu/drm/drm_edid.c
+++ b/drivers/gpu/drm/drm_edid.c
@@ -250,6 +250,9 @@ static const struct edid_quirk {
 	EDID_QUIRK('S', 'V', 'R', 0x1019, BIT(EDID_QUIRK_NON_DESKTOP)),
 	EDID_QUIRK('A', 'U', 'O', 0x1111, BIT(EDID_QUIRK_NON_DESKTOP)),
 
+	/* LQ116M1JW10 displays noise when 8 bpc, but display fine as 6 bpc */
+	EDID_QUIRK('S', 'H', 'P', 0x154c, EDID_QUIRK_FORCE_6BPC),
+
 	/*
 	 * @drm_edid_internal_quirk entries end here, following with the
 	 * @drm_edid_quirk entries.
-- 
2.25.1


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

end of thread, other threads:[~2025-10-31 15:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-30  9:44 [PATCH v1] drm/edid: add 6 bpc quirk to the Sharp LQ116M1JW10 Ajye Huang
2025-10-30 15:08 ` Doug Anderson
2025-10-30 16:31   ` Ajye Huang
2025-10-31 10:37   ` Jani Nikula
2025-10-31 10:40     ` Jani Nikula
2025-10-31 14:24       ` Doug Anderson
2025-10-31 15:35       ` Ajye Huang

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

all inboxes | Powered by JetHome®