Re: [Intel-gfx] [PATCH 05/15] drm/i915: Add locking around chv_phy_control_init()

2015-08-16 Thread Deepak
On 07/09/2015 02:15 AM, ville.syrj...@linux.intel.com wrote: From: Ville Syrjälä 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ä --- drivers/gpu/drm/i915/intel_runtime_pm.c | 2 ++

[Intel-gfx] [PATCH 05/15] drm/i915: Add locking around chv_phy_control_init()

2015-07-08 Thread ville . syrjala
From: Ville Syrjälä 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ä --- drivers/gpu/drm/i915/intel_runtime_pm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/i91