summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nv84_crypt.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2010-08-27 00:00:25 (GMT)
committerBen Skeggs <bskeggs@redhat.com>2010-12-08 03:48:10 (GMT)
commita11c3198c9ba38d81e25b65e3908d531feba1372 (patch)
tree89f9489d91af56cf9a4a376ef5310989dd54bebb /drivers/gpu/drm/nouveau/nv84_crypt.c
parent573a2a37e8648a3249426c816f51e7ef50f6f73e (diff)
downloadlinux-a11c3198c9ba38d81e25b65e3908d531feba1372.tar.xz
drm/nv50: import new vm code
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv84_crypt.c')
-rw-r--r--drivers/gpu/drm/nouveau/nv84_crypt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nv84_crypt.c b/drivers/gpu/drm/nouveau/nv84_crypt.c
index 780bb1d..a333e59 100644
--- a/drivers/gpu/drm/nouveau/nv84_crypt.c
+++ b/drivers/gpu/drm/nouveau/nv84_crypt.c
@@ -25,6 +25,7 @@
#include "drmP.h"
#include "nouveau_drv.h"
#include "nouveau_util.h"
+#include "nouveau_vm.h"
static void nv84_crypt_isr(struct drm_device *);
@@ -84,7 +85,7 @@ nv84_crypt_destroy_context(struct nouveau_channel *chan)
void
nv84_crypt_tlb_flush(struct drm_device *dev)
{
- nv50_vm_flush(dev, 0x0a);
+ nv50_vm_flush_engine(dev, 0x0a);
}
int