aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_software.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2012-04-30 12:34:10 -0400
committerBen Skeggs <bskeggs@redhat.com>2012-05-24 02:55:43 -0400
commit35bcf5d55540e47091a67e5962f12b88d51d7131 (patch)
tree162d17e735b85817c8c6c881093995a2e6eef336 /drivers/gpu/drm/nouveau/nouveau_software.h
parent20abd1634a6e2eedb84ca977adea56b8aa06cc3e (diff)
drm/nouveau: move flip-related channel setup to software engine
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_software.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_software.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_software.h b/drivers/gpu/drm/nouveau/nouveau_software.h
index fe30a8f47f8c..e60bc6ce9003 100644
--- a/drivers/gpu/drm/nouveau/nouveau_software.h
+++ b/drivers/gpu/drm/nouveau/nouveau_software.h
@@ -64,5 +64,6 @@ nouveau_software_class(struct drm_device *dev)
64int nv04_software_create(struct drm_device *); 64int nv04_software_create(struct drm_device *);
65int nv50_software_create(struct drm_device *); 65int nv50_software_create(struct drm_device *);
66int nvc0_software_create(struct drm_device *); 66int nvc0_software_create(struct drm_device *);
67u64 nvc0_software_crtc(struct nouveau_channel *, int crtc);
67 68
68#endif 69#endif