Skip to content

Commit

Permalink
drm/i915/vlv: add early DPIO init v3
Browse files Browse the repository at this point in the history
Just add an early init since we may need to access DPIO regs early on.
The init call in modeset_init_hw is also needed for the resume case,
when we need to reset DPIO to keep things happy.

v2: split reset and reg init
v3: split patches (Daniel)

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
  • Loading branch information
Jesse Barnes authored and Daniel Vetter committed Dec 17, 2013
1 parent a57750f commit f42bb70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -10871,6 +10871,8 @@ void intel_modeset_init(struct drm_device *dev)
}
}

intel_init_dpio(dev);

intel_cpu_pll_init(dev);
intel_shared_dpll_init(dev);

Expand Down

0 comments on commit f42bb70

Please sign in to comment.