drm/radeon/kms: fix tv dac conflict resolver
authorAlex Deucher <alexdeucher@gmail.com>
Thu, 15 Apr 2010 17:31:12 +0000 (13:31 -0400)
committerDave Airlie <airlied@redhat.com>
Mon, 19 Apr 2010 01:59:58 +0000 (11:59 +1000)
commit08d075116db3592db218bfe0f554cd93c9e12505
tree14d066df003e6111f12b79d86f8d681066d223f0
parent16823d16f55afc303af7864b9a055d8a1c012e1b
drm/radeon/kms: fix tv dac conflict resolver

On systems with the tv dac shared between DVI and TV,
we can only use the dac for one of the connectors.
However, when using a digital monitor on the DVI port,
you can use the dac for the TV connector just fine.
Check the use_digital status when resolving the conflict.

Fixes fdo bug 27649, possibly others.

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