Partially revert "drm/i915: Use full atomic modeset."
[deliverable/linux.git] / drivers / gpu / drm / i915 / i915_drv.c
index 6e03e115ea1f440137bd8506d377e9e888048e6f..ce3bd0c713b9add0df8d560746b5bc3bdd1e5d2f 100644 (file)
@@ -1726,7 +1726,7 @@ static int __init i915_init(void)
         * to the atomic ioctl and the atomic properties.  Only plane operations on
         * a single CRTC will actually work.
         */
-       if (driver.driver_features & DRIVER_MODESET)
+       if (i915.nuclear_pageflip)
                driver.driver_features |= DRIVER_ATOMIC;
 
        return drm_pci_init(&driver, &i915_pci_driver);
This page took 0.025252 seconds and 5 git commands to generate.