summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2011-06-07 07:17:45 +0400
committerBen Skeggs <bskeggs@redhat.com>2011-06-23 10:00:04 +0400
commit0b7187335fc2f38691cc169b202ff436abbefd68 (patch)
treea2d82409203536fc6bd607318c36e54274602c8b /drivers/gpu/drm/nouveau/nouveau_drv.h
parent45143cb53c793b11b875d555eb96ca32bcbea1c7 (diff)
downloadlinux-0b7187335fc2f38691cc169b202ff436abbefd68.tar.xz
drm/nv50-nvc0: explicitly map notifier bo into channel vm
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index 23be8cb8ff54..78d6899a8388 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
@@ -249,6 +249,7 @@ struct nouveau_channel {
/* Notifier memory */
struct nouveau_bo *notifier_bo;
+ struct nouveau_vma notifier_vma;
struct drm_mm notifier_heap;
/* PFIFO context */