Re: [PATCH] drm/radeon/kms: disable load detection on TV output

2009-11-10 Thread Dave Airlie
> Do like in the DDX don't try to load detect TV output, there is a lot > of false positive detection with those code. Seems to be isolated to > RS480/RC410 chipset thought. Need more investigations. > NAK, I've not seen any false positive bug reports other than rs480, and I suspect that is some

[PATCH] drm/radeon/kms: disable load detection on TV output

2009-11-10 Thread Jerome Glisse
Do like in the DDX don't try to load detect TV output, there is a lot of false positive detection with those code. Seems to be isolated to RS480/RC410 chipset thought. Need more investigations. Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/radeon_connectors.c |4 ++-- 1 files chang