drm/radeon: don't poll tv dac if crtc2 is in use.
authorDave Airlie <airlied@redhat.com>
Tue, 8 Jun 2010 00:42:28 +0000 (10:42 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 8 Jun 2010 05:17:48 +0000 (15:17 +1000)
commitb62e948fd00bda1be2af31b591e5284374de551f
tree59e41d5f72f2a5bed8a1a3969a37b22d2d9abc52
parentd294ed69408b54c18f0420516ea057b2a734624d
drm/radeon: don't poll tv dac if crtc2 is in use.

So when we added output polling, we'd suddenly use this code more often, and the fact that it always takes over crtc2 and messes with it during probing isn't what we really want to be happening. A more complete fix would to change it to use whatever crtc was free at the time, but for now lets stay simple and just don't poll if crtc2 is already in use.

Although a more correct fix was found I suspect we should do this as well, until we get a chance to readdres the tv out polling issues.

Reported-by: Torsten Kaiser <just.for.lkml@googlemail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_legacy_encoders.c