summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_crtc.h
diff options
context:
space:
mode:
authorBen Skeggs2012-11-21 05:40:21 +0100
committerBen Skeggs2012-11-29 00:57:58 +0100
commite225f446a0808ce38b124df489d0568c05c3057a (patch)
treefb405dc8e8e1cd33a65bd455bdcc211d28557b5a /drivers/gpu/drm/nouveau/nouveau_crtc.h
parentdrm/nv50-nvc0: switch to common disp impl, removing previous version (diff)
downloadkernel-qcow2-linux-e225f446a0808ce38b124df489d0568c05c3057a.tar.gz
kernel-qcow2-linux-e225f446a0808ce38b124df489d0568c05c3057a.tar.xz
kernel-qcow2-linux-e225f446a0808ce38b124df489d0568c05c3057a.zip
drm/nouveau: rename nvd0_display to nv50_display to reflect reality since merge
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_crtc.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_crtc.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_crtc.h b/drivers/gpu/drm/nouveau/nouveau_crtc.h
index 74396e134ef2..d1e5890784d7 100644
--- a/drivers/gpu/drm/nouveau/nouveau_crtc.h
+++ b/drivers/gpu/drm/nouveau/nouveau_crtc.h
@@ -82,13 +82,6 @@ static inline struct drm_crtc *to_drm_crtc(struct nouveau_crtc *crtc)
return &crtc->base;
}
-int nv50_crtc_create(struct drm_device *dev, int index);
-int nv50_crtc_cursor_set(struct drm_crtc *drm_crtc, struct drm_file *file_priv,
- uint32_t buffer_handle, uint32_t width,
- uint32_t height);
-int nv50_crtc_cursor_move(struct drm_crtc *drm_crtc, int x, int y);
-
int nv04_cursor_init(struct nouveau_crtc *);
-int nv50_cursor_init(struct nouveau_crtc *);
#endif /* __NOUVEAU_CRTC_H__ */