From: Florian Mickler <florian@mickler.org>
To: Paul Menzel <paulepanter@users.sourceforge.net>
Cc: dri-devel@lists.freedesktop.org,
Ian Pilcher <arequipeno@gmail.com>,
stable@vger.kernel.org, Adam Jackson <ajax@redhat.com>,
Dave Airlie <airlied@redhat.com>
Subject: Re: [PATCH] drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222S
Date: Tue, 18 Dec 2012 21:03:46 +0100 [thread overview]
Message-ID: <20121218210346.7b278d7a@schatten.localdomain> (raw)
In-Reply-To: <1345045240.4264.21.camel@mattotaupa>
Hi all!
On Wed, 15 Aug 2012 17:40:40 +0200
Paul Menzel <paulepanter@users.sourceforge.net> wrote:
> Date: Wed, 8 Aug 2012 23:12:19 +0200
>
> Connecting an ASUS VW222S [1] over VGA a garbled screen is shown with
> vertical stripes in the top half.
>
This patch, which was merged in v3.6-rc4, makes the image on my ASUS
VW222U ca. 1 inch too wide left/right and top/bottom. The effect is as
if the image was zoomed (bigger, more pixely).
Reverting it fixes the problem.
The Monitor is connected via VGA, but also has a DVI interface.
Maybe the quirk-apply criteria is too unspecific?
Regards,
Flo
> ---
> 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 75e252e..102346d 100644
> --- a/drivers/gpu/drm/drm_edid.c
> +++ b/drivers/gpu/drm/drm_edid.c
> @@ -87,6 +87,9 @@ static struct edid_quirk {
> int product_id;
> u32 quirks;
> } edid_quirk_list[] = {
> + /* ASUS VW222S */
> + { "ACI", 22a2, EDID_QUIRK_FORCE_REDUCED_BLANKING },
> +
> /* Acer AL1706 */
> { "ACR", 44358, EDID_QUIRK_PREFER_LARGE_60 },
> /* Acer F51 */
next prev parent reply other threads:[~2012-12-18 20:03 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-15 15:40 [PATCH] drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222S Paul Menzel
2012-08-29 9:14 ` Paul Menzel
2012-12-18 20:03 ` Florian Mickler [this message]
2012-12-18 22:33 ` Paul Menzel
2012-12-19 21:18 ` Ian Pilcher
2012-12-21 13:52 ` Florian Mickler
2012-12-31 16:37 ` Paul Menzel
2012-12-31 17:22 ` Florian Mickler
2013-01-01 3:43 ` Paul Menzel
2013-01-04 11:54 ` Florian Mickler
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=20121218210346.7b278d7a@schatten.localdomain \
--to=florian@mickler.org \
--cc=airlied@redhat.com \
--cc=ajax@redhat.com \
--cc=arequipeno@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=paulepanter@users.sourceforge.net \
--cc=stable@vger.kernel.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.