summaryrefslogtreecommitdiff
path: root/src/nouveau_xv.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2009-06-04 13:11:40 +1000
committerBen Skeggs <bskeggs@redhat.com>2009-06-05 14:36:13 +1000
commit13d8d49f74fb10f631bcd38b169068e691b9ca99 (patch)
treea1387a282cc1b6f39671d93efd5e216dbb34dd11 /src/nouveau_xv.c
parentbd9f5f2cbe7687aba7bb3a7f397d9b1bf87a8ef3 (diff)
nv50: use tile_mode from bo
should have no effect currently, but needed later
Diffstat (limited to 'src/nouveau_xv.c')
-rw-r--r--src/nouveau_xv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nouveau_xv.c b/src/nouveau_xv.c
index 9f91f50..62771e7 100644
--- a/src/nouveau_xv.c
+++ b/src/nouveau_xv.c
@@ -1125,7 +1125,7 @@ NVPutImage(ScrnInfoPtr pScrn, short src_x, short src_y, short drw_x,
BEGIN_RING(chan, m2mf, 0x021c, 7);
OUT_RING (chan, 0);
- OUT_RING (chan, 0);
+ OUT_RING (chan, destination_buffer->tile_mode << 4);
OUT_RING (chan, dstPitch);
OUT_RING (chan, nlines);
OUT_RING (chan, 1);