summaryrefslogtreecommitdiff
path: root/linux-core/nv50_cursor.h
diff options
context:
space:
mode:
authorMaarten Maathuis <madman2003@gmail.com>2008-06-25 15:16:38 +0200
committerMaarten Maathuis <madman2003@gmail.com>2008-06-25 15:16:38 +0200
commit09b67dda0bc040860aedce4a2d28bce1c80e56d6 (patch)
tree2fd8e0c292fa511c8be55b94e9963b6835789171 /linux-core/nv50_cursor.h
parentbe7276281694145e7c947b91a1c8e6e347de666c (diff)
NV50: Some cleanup and fixes.
Diffstat (limited to 'linux-core/nv50_cursor.h')
-rw-r--r--linux-core/nv50_cursor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/nv50_cursor.h b/linux-core/nv50_cursor.h
index a2e4632c..4fd0d39a 100644
--- a/linux-core/nv50_cursor.h
+++ b/linux-core/nv50_cursor.h
@@ -40,6 +40,7 @@ struct nv50_cursor {
int (*show) (struct nv50_crtc *crtc);
int (*hide) (struct nv50_crtc *crtc);
int (*set_pos) (struct nv50_crtc *crtc, int x, int y);
+ int (*set_offset) (struct nv50_crtc *crtc);
int (*set_bo) (struct nv50_crtc *crtc, drm_handle_t handle);
int (*enable) (struct nv50_crtc *crtc);
int (*disable) (struct nv50_crtc *crtc);