summaryrefslogtreecommitdiff
path: root/linux-core/radeon_ms_fb.c
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/radeon_ms_fb.c
parent9d9104ad5fcd2d284a0a87385e9eb1a77adc869e (diff)
i915: Changed intel_fb to use the new drm_crtc_set_config interface
Diffstat (limited to 'linux-core/radeon_ms_fb.c')
-rw-r--r--linux-core/radeon_ms_fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/radeon_ms_fb.c b/linux-core/radeon_ms_fb.c
index dbbddaf4..ae4f2da5 100644
--- a/linux-core/radeon_ms_fb.c
+++ b/linux-core/radeon_ms_fb.c
@@ -270,7 +270,7 @@ static struct fb_ops radeonfb_ops = {
.fb_imageblit = cfb_imageblit,
};
-int radeonfb_probe(struct drm_device *dev, struct drm_crtc *crtc)
+int radeonfb_probe(struct drm_device *dev, struct drm_crtc *crtc, struct drm_output *output)
{
struct drm_radeon_private *dev_priv = dev->dev_private;
struct fb_info *info;