]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222S
authorPaul Menzel <paulepanter@users.sourceforge.net>
Wed, 8 Aug 2012 21:12:19 +0000 (23:12 +0200)
committerDave Airlie <airlied@redhat.com>
Thu, 30 Aug 2012 04:14:12 +0000 (14:14 +1000)
commit007c6e0fbd6846d8de3b051a8a939ee47e9a383d
treefed936776a7ae863c985b14d67e68da6f8ddbc74
parentcc5eaef84c17aca1eeca1bc658f366d5f6dc45d7
drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222S

Connecting an ASUS VW222S [1] over VGA a garbled screen is shown with
vertical stripes in the top half.

In commit 0bf9bcc9 [2]

        commit 0bf9bcc9dc7ef209fed415f6bde03a243ec9f8f8
        Author: Adam Jackson <ajax@redhat.com>
        Date:   Wed May 23 16:26:54 2012 -0400

            drm/edid/quirks: ViewSonic VA2026w

Adam Jackson added the quirk `EDID_QUIRK_FORCE_REDUCED_BLANKING` which
is also needed for this ASUS monitor.

All log files and output from `xrandr` is included in the referenced
Bugzilla report #17629.

Please note that this monitor only has a VGA (D-Sub) connector [1].

[1] http://www.asus.com/Display/LCD_Monitors/VW222S/
[2] http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=0bf9bcc9dc7ef209fed415f6bde03a243ec9f8f8

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=17629
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Cc: <dri-devel@lists.freedesktop.org>
Cc: Adam Jackson <ajax@redhat.com>
Cc: Ian Pilcher <arequipeno@gmail.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_edid.c