summaryrefslogtreecommitdiff
path: root/linux-core/intel_drv.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-09-23 16:52:06 +1000
committerDave Airlie <airlied@redhat.com>2008-09-23 16:52:06 +1000
commit840c9a305481ed59820bbd87fbcf78dd242d5702 (patch)
treea8184247c42e47e9e504fc0b8988c38260917489 /linux-core/intel_drv.h
parent0130aa0de940a49c086a0fb080e524d55b55ec8b (diff)
Update intel modesetting to use mm_private instead of mm_handle.
Diffstat (limited to 'linux-core/intel_drv.h')
-rw-r--r--linux-core/intel_drv.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/linux-core/intel_drv.h b/linux-core/intel_drv.h
index bffbeef0..256deac7 100644
--- a/linux-core/intel_drv.h
+++ b/linux-core/intel_drv.h
@@ -50,7 +50,6 @@ struct intel_i2c_chan {
struct intel_framebuffer {
struct drm_framebuffer base;
- struct drm_gem_object *obj;
};
@@ -119,7 +118,8 @@ extern int intelfb_resize(struct drm_device *dev, struct drm_crtc *crtc);
extern void intel_crtc_fb_gamma_set(struct drm_crtc *crtc, u16 red, u16 green,
u16 blue, int regno);
-extern struct drm_framebuffer *intel_user_framebuffer_create(struct drm_device *dev,
- struct drm_file *file_priv,
- struct drm_mode_fb_cmd *mode_cmd);
+extern struct drm_framebuffer *
+intel_framebuffer_create(struct drm_device *dev,
+ struct drm_mode_fb_cmd *mode_cmd,
+ void *mm_private);
#endif /* __INTEL_DRV_H__ */