diff --git a/src/i830_memory.c b/src/i830_memory.c index b26dd00c..315f4ba6 100644 --- a/src/i830_memory.c +++ b/src/i830_memory.c @@ -651,7 +651,7 @@ i830_allocate_overlay(ScrnInfoPtr pScrn) I830Ptr pI830 = I830PTR(pScrn); /* Only allocate if overlay is going to be enabled. */ - if (!pI830->XvEnabled || IS_I965G(pI830)) + if (!pI830->XvEnabled) return TRUE; if (!IS_I965G(pI830)) {