Don't warn on ring enabled in GEM

This commit is contained in:
Zhenyu Wang 2008-12-12 18:27:29 +08:00
parent 60c4ee9ece
commit 80d588e9c4
1 changed files with 1 additions and 1 deletions

View File

@ -1762,7 +1762,7 @@ i830_check_error_state(ScrnInfoPtr pScrn)
errors++;
}
temp = INREG(LP_RING + RING_LEN);
if (temp & 1) {
if (!pI830->memory_manager && (temp & 1)) {
xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
"PRB0_CTL (0x%08lx) indicates ring buffer enabled\n", temp);
errors++;