drm/i915: Add locking around chv_phy_control_init()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 8 Jul 2015 20:45:51 +0000 (23:45 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 26 Aug 2015 08:22:37 +0000 (10:22 +0200)
commit770effb19fbdcb44c6bdacf4a78571d28393f48f
treeb182cb5f0f8dfbac1dba72d6bcf5f83dd7ddcc74
parente27f299ec3ddd03373bb07db23dd19747eecef72
drm/i915: Add locking around chv_phy_control_init()

dev_priv->chv_phy_control is protected by the power_domains->lock
elsewhere, so also grab it when initializing chv_phy_control.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Deepak S <deepak.s@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_runtime_pm.c