summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2010-08-26 13:22:33 +1000
committerBen Skeggs <bskeggs@redhat.com>2010-08-26 13:23:35 +1000
commit065576d5df0df4da61050d789f548801656b62d5 (patch)
tree6076ef737d6517bddd0e6b471499271dc583ce4f
parent34025f0dc9284873d4bf7e4f547ed69fc562a3c9 (diff)
downloadxorg-driver-xf86-video-nouveau-065576d5df0df4da61050d789f548801656b62d5.tar.gz
dri2: remove explit flush from copy_region()
Unnecessary now that we kickoff from within the flush callback chain. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
-rw-r--r--src/nouveau_dri2.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nouveau_dri2.c b/src/nouveau_dri2.c
index f7675fc..2666506 100644
--- a/src/nouveau_dri2.c
+++ b/src/nouveau_dri2.c
@@ -93,7 +93,6 @@ nouveau_dri2_copy_region(DrawablePtr pDraw, RegionPtr pRegion,
PixmapPtr pspix = src->ppix, pdpix = dst->ppix;
ScreenPtr pScreen = pDraw->pScreen;
ScrnInfoPtr pScrn = xf86Screens[pScreen->myNum];
- NVPtr pNv = NVPTR(pScrn);
RegionPtr pCopyClip;
GCPtr pGC;
@@ -112,8 +111,6 @@ nouveau_dri2_copy_region(DrawablePtr pDraw, RegionPtr pRegion,
pDraw->width, pDraw->height, 0, 0);
FreeScratchGC(pGC);
-
- FIRE_RING(pNv->chan);
}
Bool