Re-disable broken load-based CRT detection.

This commit is contained in:
Eric Anholt 2006-09-27 13:59:41 -07:00
parent 1407a42c73
commit fdb6de6635
1 changed files with 1 additions and 1 deletions

View File

@ -1081,7 +1081,7 @@ i830DetectCRT(ScrnInfoPtr pScrn, Bool allow_disturb)
* pipe, as it seems having other outputs on that pipe will result in a
* false positive.
*/
if (1 && (allow_disturb || !(INREG(ADPA) & !ADPA_DAC_ENABLE))) {
if (0 && (allow_disturb || !(INREG(ADPA) & !ADPA_DAC_ENABLE))) {
return i830LoadDetectCRT(pScrn);
}