|
@@ -1321,12 +1321,12 @@ static int i915_load_modeset_init(struct drm_device *dev)
|
|
if (ret)
|
|
if (ret)
|
|
goto cleanup_vga_switcheroo;
|
|
goto cleanup_vga_switcheroo;
|
|
|
|
|
|
|
|
+ intel_power_domains_init_hw(dev_priv);
|
|
|
|
+
|
|
ret = drm_irq_install(dev);
|
|
ret = drm_irq_install(dev);
|
|
if (ret)
|
|
if (ret)
|
|
goto cleanup_gem_stolen;
|
|
goto cleanup_gem_stolen;
|
|
|
|
|
|
- intel_power_domains_init_hw(dev_priv);
|
|
|
|
-
|
|
|
|
/* Important: The output setup functions called by modeset_init need
|
|
/* Important: The output setup functions called by modeset_init need
|
|
* working irqs for e.g. gmbus and dp aux transfers. */
|
|
* working irqs for e.g. gmbus and dp aux transfers. */
|
|
intel_modeset_init(dev);
|
|
intel_modeset_init(dev);
|