summaryrefslogtreecommitdiff
path: root/linux-core/intel_drv.h
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@tungstengraphics.com>2008-05-08 20:10:18 +0200
committerJakob Bornecrantz <jakob@tungstengraphics.com>2008-05-08 20:10:18 +0200
commit7bcbc443f4f5161ab1e1a11cb6694e6d6269377c (patch)
treece0a39694125b1937aeba0728a771b06d029b29a /linux-core/intel_drv.h
parent9d9104ad5fcd2d284a0a87385e9eb1a77adc869e (diff)
i915: Changed intel_fb to use the new drm_crtc_set_config interface
Diffstat (limited to 'linux-core/intel_drv.h')
-rw-r--r--linux-core/intel_drv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/intel_drv.h b/linux-core/intel_drv.h
index e0e6b797..6b89c000 100644
--- a/linux-core/intel_drv.h
+++ b/linux-core/intel_drv.h
@@ -90,7 +90,7 @@ extern struct drm_output* intel_sdvo_find(struct drm_device *dev, int sdvoB);
extern int intel_sdvo_supports_hotplug(struct drm_output *output);
extern void intel_sdvo_set_hotplug(struct drm_output *output, int enable);
-extern int intelfb_probe(struct drm_device *dev, struct drm_crtc *crtc);
+extern int intelfb_probe(struct drm_device *dev, struct drm_crtc *crtc, struct drm_output *output);
extern int intelfb_remove(struct drm_device *dev, struct drm_crtc *crtc);
extern int intelfb_resize(struct drm_device *dev, struct drm_crtc *crtc);