]> git.karo-electronics.de Git - mv-sheeva.git/commit
drm/radeon/kms: fix quirk for MSI laptop
authorAlex Deucher <alexdeucher@gmail.com>
Wed, 8 Jul 2009 20:15:30 +0000 (16:15 -0400)
committerDave Airlie <airlied@redhat.com>
Wed, 15 Jul 2009 07:13:11 +0000 (17:13 +1000)
commit848577ee27f704231b1860ae987a1be78b88b06e
treeb1d3a7e4a9656bef4dc6199212974864fa604c7d
parentae3e8122cbf8f9301369f276f4179aa6ec1b5b9c
drm/radeon/kms: fix quirk for MSI laptop

The line mux for the connector in the bios tables
is used for enumerating drm connectors.  Since
this laptop has a quirk where the same line much is
listed for both VGA and LVDS, the connectors get
combined.  Setting the line mux on LVDS to an unused
value prevents both encoders from being combined into
the same connector.  This should fix bko bug 13720.

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_atombios.c