summaryrefslogtreecommitdiff
path: root/linux-core/drm_crtc.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2008-07-26 08:43:59 +1000
committerDave Airlie <airlied@linux.ie>2008-07-26 08:43:59 +1000
commit66723c09f5e4d60f1c746d112b065bacc1cfa89f (patch)
treed392e96a406d2c981d7afdcdfece95b07d26d61d /linux-core/drm_crtc.h
parent2be292f6ea8df96afc1454f30918b1b391fba2ba (diff)
modesetting: pass file priv to cursor
Diffstat (limited to 'linux-core/drm_crtc.h')
-rw-r--r--linux-core/drm_crtc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-core/drm_crtc.h b/linux-core/drm_crtc.h
index 117b7213..bfccdeb5 100644
--- a/linux-core/drm_crtc.h
+++ b/linux-core/drm_crtc.h
@@ -299,8 +299,8 @@ struct drm_crtc_funcs {
void (*restore)(struct drm_crtc *crtc); /* resume? */
/* cursor controls */
- int (*cursor_set)(struct drm_crtc *crtc, uint32_t buffer_handle,
- uint32_t width, uint32_t height);
+ int (*cursor_set)(struct drm_crtc *crtc, struct drm_file *file_priv,
+ uint32_t handle, uint32_t width, uint32_t height);
int (*cursor_move)(struct drm_crtc *crtc, int x, int y);
/* Set gamma on the CRTC */