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)
commitd294ed69408b54c18f0420516ea057b2a734624d
treef701f77a6430c5ab88107fea3dba5193a183d7db
parent4eb3033c72099fab3536ed8ac54a5dc99f0832d7
drm/radeon: reset i2c valid to avoid incorrect tv-out polling.

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>
drivers/gpu/drm/radeon/radeon_combios.c