summaryrefslogtreecommitdiff
path: root/linux-core/drm_crtc_helper.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_helper.h
parent76a44f14d6339e5bc0c936ef4a360f6c152511bd (diff)
drm/modesetting: pass object handle to driver !bo
Diffstat (limited to 'linux-core/drm_crtc_helper.h')
-rw-r--r--linux-core/drm_crtc_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_crtc_helper.h b/linux-core/drm_crtc_helper.h
index 460fd0d0..7b7f23dc 100644
--- a/linux-core/drm_crtc_helper.h
+++ b/linux-core/drm_crtc_helper.h
@@ -91,6 +91,6 @@ static inline void drm_connector_helper_add(struct drm_connector *connector, con
connector->helper_private = (void *)funcs;
}
-
+extern int drm_get_buffer_object(struct drm_device *dev, struct drm_buffer_object **bo, unsigned long handle);
#endif