Re-disable broken load-based CRT detection.
This commit is contained in:
parent
1407a42c73
commit
fdb6de6635
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue