Re: [Intel-gfx] [PATCH] drm/i915: Cleaning up encoder in the end on intel_dp_encoder_destroy

2015-01-12 Thread Ville Syrjälä
On Mon, Jan 12, 2015 at 10:30:41AM +0530, Sonika Jindal wrote: We clean up the encoder and then try to acquire pps_lock where it tries to get the encoder. So moving the cleanup to the end. Suggested-by: Satheeshakrishna M satheeshakrishn...@intel.com Signed-off-by: Sonika Jindal

[Intel-gfx] [PATCH] drm/i915: Cleaning up encoder in the end on intel_dp_encoder_destroy

2015-01-11 Thread Sonika Jindal
We clean up the encoder and then try to acquire pps_lock where it tries to get the encoder. So moving the cleanup to the end. Suggested-by: Satheeshakrishna M satheeshakrishn...@intel.com Signed-off-by: Sonika Jindal sonika.jin...@intel.com --- drivers/gpu/drm/i915/intel_dp.c |4 ++-- 1 file