drm/radeon: reset i2c valid to avoid incorrect tv-out polling.
authorDave Airlie <airlied@redhat.com>
Tue, 8 Jun 2010 03:04:50 +0000 (13:04 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 8 Jun 2010 05:16:44 +0000 (15:16 +1000)
We really don't want to be polling tv-out but since we weren't forcing the
i2c lines to invalid (tv-out has no DDC), we were adding tv connectors to the
polling setup and this was causing blinking on secondary displays.

This fixes the regression Torsten reported.

Reported-by: Torsten Kaiser <just.for.lkml@googlemail.com>
Tested-by: Torsten Kaiser <just.for.lkml@googlemail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found