summaryrefslogtreecommitdiff
path: root/src/nv30_exa.c
diff options
context:
space:
mode:
authorPatrice Mandin <pmandin@caramail.com>2008-02-22 17:27:51 +0100
committerPatrice Mandin <pmandin@caramail.com>2008-02-22 17:27:51 +0100
commit073d852f36df4a18563ea892e89eca269efd55ef (patch)
tree3e1e58aafb1be25975d638c312bafd2d3ec698a4 /src/nv30_exa.c
parent5db7920763aee3a1b124139273566f7add5e27df (diff)
downloadxorg-driver-xf86-video-nouveau-073d852f36df4a18563ea892e89eca269efd55ef.tar.gz
Dummy commit
Diffstat (limited to 'src/nv30_exa.c')
-rw-r--r--src/nv30_exa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nv30_exa.c b/src/nv30_exa.c
index 5a11268..9f396b3 100644
--- a/src/nv30_exa.c
+++ b/src/nv30_exa.c
@@ -364,6 +364,7 @@ NV30_SetupSurface(ScrnInfoPtr pScrn, PixmapPtr pPix, PicturePtr pPict)
OUT_PIXMAPl(pPix, 0, NOUVEAU_BO_VRAM | NOUVEAU_BO_WR);
/* This is confirmed to be needed for nv30, please leave it alone. */
+ /* yeah */
if (pNv->NVArch == 0x30) {
int x = pPict->pDrawable->x;
int y = pPict->pDrawable->y;