summaryrefslogtreecommitdiff
path: root/shared-core
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2007-10-31 11:33:34 +1100
committerDave Airlie <airlied@redhat.com>2007-10-31 11:33:34 +1100
commit17f0882d5080a2436e4351c2bf497b8e00bc8e74 (patch)
treea5b770b2871555f559a164277e90c84a13a5e92c /shared-core
parent2489062a3319c72197914ee06b089ae581c5f0a8 (diff)
drm: add chipset flushing via agp support
Diffstat (limited to 'shared-core')
-rw-r--r--shared-core/i915_dma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/i915_dma.c b/shared-core/i915_dma.c
index 5d0c0001..18c3f0f0 100644
--- a/shared-core/i915_dma.c
+++ b/shared-core/i915_dma.c
@@ -1043,6 +1043,7 @@ static int i915_execbuffer(struct drm_device *dev, void *data,
/* make sure all previous memory operations have passed */
DRM_MEMORYBARRIER();
+ drm_agp_chipset_flush(dev);
/* submit buffer */
batch->start = buffers[num_buffers-1]->offset;