All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Pilcher <arequipeno@gmail.com>
To: ajax@redhat.com
Cc: airlied@redhat.com, Ian Pilcher <arequipeno@gmail.com>,
	dri-devel@lists.freedesktop.org
Subject: [PATCH v5 3/3] drm: Add EDID quirk for LG L246WP
Date: Fri, 28 Sep 2012 02:03:44 -0500	[thread overview]
Message-ID: <1348815824-12779-4-git-send-email-arequipeno@gmail.com> (raw)
In-Reply-To: <1348815824-12779-1-git-send-email-arequipeno@gmail.com>

This display is apparently confused by any InfoFrames (see
https://bugzilla.redhat.com/show_bug.cgi?id=806091).

Tested on a ThinkPad T510 (nVidia GT218 [NVS 3100M]).

Signed-off-by: Ian Pilcher <arequipeno@gmail.com>
---
 drivers/gpu/drm/drm_edid.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index 0d788b5..cbd651e 100644
--- a/drivers/gpu/drm/drm_edid.c
+++ b/drivers/gpu/drm/drm_edid.c
@@ -158,6 +158,10 @@ union edid_quirk edid_quirk_list[EDID_QUIRK_LIST_SIZE] = {
 	{ { { { EDID_MFG_ID('V', 'S', 'C'), cpu_to_le16(5020) } },
 		EDID_QUIRK_FORCE_REDUCED_BLANKING } },
 
+	/* LG L246WP */
+	{ { { { EDID_MFG_ID('G', 'S', 'M'), cpu_to_le16(0x563f) } },
+		EDID_QUIRK_DISABLE_INFOFRAMES } },
+
 	/*
 	 * When adding built-in quirks, please adjust EDID_QUIRK_LIST_SIZE to
 	 * provide some room for user-supplied quirks.
-- 
1.7.11.4

  parent reply	other threads:[~2012-09-28  7:03 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-13  1:44 -next trees Dave Airlie
2012-09-13 22:10 ` Alex Deucher
2012-09-17 16:25 ` Rob Clark
2012-09-22  9:43 ` Paul Menzel
2012-09-23  4:34 ` Ian Pilcher
2012-09-24 14:34   ` Adam Jackson
2012-09-25 18:47     ` Ian Pilcher
2012-09-26 17:00       ` Adam Jackson
2012-09-26 21:04         ` Ian Pilcher
2012-09-27 14:42           ` Daniel Vetter
2012-09-28  7:03           ` [PATCH v5 0/3] Enhanced EDID quirk functionality Ian Pilcher
2012-09-28  7:03             ` [PATCH v5 1/3] drm: Add user-defined EDID quirks capability Ian Pilcher
2012-10-09 12:15               ` Jani Nikula
2012-10-09 15:13                 ` Ian Pilcher
2012-10-10  6:31                   ` Jani Nikula
2012-09-28  7:03             ` [PATCH v5 2/3] drm: Add EDID quirk to disable HDMI InfoFrames Ian Pilcher
2012-09-28  7:03             ` Ian Pilcher [this message]
2012-10-08 23:22             ` [PATCH v5 0/3] Enhanced EDID quirk functionality Ian Pilcher
2012-10-09 15:18               ` Adam Jackson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1348815824-12779-4-git-send-email-arequipeno@gmail.com \
    --to=arequipeno@gmail.com \
    --cc=airlied@redhat.com \
    --cc=ajax@redhat.com \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.