diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2012-04-30 12:34:10 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2012-05-24 02:55:43 -0400 |
commit | 35bcf5d55540e47091a67e5962f12b88d51d7131 (patch) | |
tree | 162d17e735b85817c8c6c881093995a2e6eef336 /drivers/gpu/drm/nouveau/nouveau_software.h | |
parent | 20abd1634a6e2eedb84ca977adea56b8aa06cc3e (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.h | 1 |
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) | |||
64 | int nv04_software_create(struct drm_device *); | 64 | int nv04_software_create(struct drm_device *); |
65 | int nv50_software_create(struct drm_device *); | 65 | int nv50_software_create(struct drm_device *); |
66 | int nvc0_software_create(struct drm_device *); | 66 | int nvc0_software_create(struct drm_device *); |
67 | u64 nvc0_software_crtc(struct nouveau_channel *, int crtc); | ||
67 | 68 | ||
68 | #endif | 69 | #endif |