diff options
Diffstat (limited to 'driver/xf86-video-intel/src/i830_accel.c')
-rw-r--r-- | driver/xf86-video-intel/src/i830_accel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/xf86-video-intel/src/i830_accel.c b/driver/xf86-video-intel/src/i830_accel.c index 53f17a9e2..7501c2b7c 100644 --- a/driver/xf86-video-intel/src/i830_accel.c +++ b/driver/xf86-video-intel/src/i830_accel.c @@ -183,7 +183,7 @@ I830Sync(ScrnInfoPtr pScrn) if (pI830->entityPrivate && !pI830->entityPrivate->RingRunning) return; - if (IS_I96X(pI830)) + if (IS_I965G(pI830)) flags = 0; /* Send a flush instruction and then wait till the ring is empty. @@ -210,7 +210,7 @@ I830EmitFlush(ScrnInfoPtr pScrn) I830Ptr pI830 = I830PTR(pScrn); int flags = MI_WRITE_DIRTY_STATE | MI_INVALIDATE_MAP_CACHE; - if (IS_I96X(pI830)) + if (IS_I965G(pI830)) flags = 0; { |