diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2011-06-07 07:17:45 +0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2011-06-23 10:00:04 +0400 |
commit | 0b7187335fc2f38691cc169b202ff436abbefd68 (patch) | |
tree | a2d82409203536fc6bd607318c36e54274602c8b /drivers/gpu/drm/nouveau/nouveau_drv.h | |
parent | 45143cb53c793b11b875d555eb96ca32bcbea1c7 (diff) | |
download | linux-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.h | 1 |
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 */ |