summaryrefslogtreecommitdiff
path: root/drm/nouveau_chan.c
diff options
context:
space:
mode:
Diffstat (limited to 'drm/nouveau_chan.c')
-rw-r--r--drm/nouveau_chan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drm/nouveau_chan.c b/drm/nouveau_chan.c
index 77c81d6b4..0f3da8684 100644
--- a/drm/nouveau_chan.c
+++ b/drm/nouveau_chan.c
@@ -102,7 +102,7 @@ nouveau_channel_prep(struct nouveau_drm *drm, struct nvif_device *device,
chan->drm = drm;
/* allocate memory for dma push buffer */
- target = TTM_PL_FLAG_TT;
+ target = TTM_PL_FLAG_TT | TTM_PL_FLAG_UNCACHED;
if (nouveau_vram_pushbuf)
target = TTM_PL_FLAG_VRAM;