drm/i915: Move num_pipes to intel info
[deliverable/linux.git] / drivers / gpu / drm / i915 / intel_fb.c
index 510a96047ae4520a6755c72e0395f20fafe283ac..f203418b6f0524511156072514a22ec624e3a4ce 100644 (file)
@@ -225,7 +225,7 @@ int intel_fbdev_init(struct drm_device *dev)
        ifbdev->helper.funcs = &intel_fb_helper_funcs;
 
        ret = drm_fb_helper_init(dev, &ifbdev->helper,
-                                dev_priv->num_pipe,
+                                INTEL_INFO(dev)->num_pipes,
                                 INTELFB_CONN_LIMIT);
        if (ret) {
                kfree(ifbdev);
This page took 0.025006 seconds and 5 git commands to generate.