summaryrefslogtreecommitdiff
path: root/linux-core/drm_crtc.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-06-04 13:00:31 +1000
committerDave Airlie <airlied@redhat.com>2008-06-04 13:00:31 +1000
commitfd27591c6cadd2a868f4110b8993a86c37837d3e (patch)
tree2b221947c2d6e7c9965a562ccce96f48c74bb72a /linux-core/drm_crtc.h
parent76a44f14d6339e5bc0c936ef4a360f6c152511bd (diff)
drm/modesetting: pass object handle to driver !bo
Diffstat (limited to 'linux-core/drm_crtc.h')
-rw-r--r--linux-core/drm_crtc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_crtc.h b/linux-core/drm_crtc.h
index 5c2d0b3c..c92c59bf 100644
--- a/linux-core/drm_crtc.h
+++ b/linux-core/drm_crtc.h
@@ -332,7 +332,7 @@ struct drm_crtc_funcs {
void (*restore)(struct drm_crtc *crtc); /* resume? */
/* cursor controls */
- int (*cursor_set)(struct drm_crtc *crtc, struct drm_buffer_object *bo,
+ int (*cursor_set)(struct drm_crtc *crtc, uint32_t buffer_handle,
uint32_t width, uint32_t height);
int (*cursor_move)(struct drm_crtc *crtc, int x, int y);