Re: [Intel-gfx] [PATCH 07/14] drm/i915: Warn about want_panel_vdd in edp_panel_vdd_off_sync()

2014-08-26 Thread Daniel Vetter
On Tue, Aug 19, 2014 at 04:37:03PM +0300, Jani Nikula wrote: > On Tue, 19 Aug 2014, Ville Syrjälä wrote: > > On Tue, Aug 19, 2014 at 10:36:52AM +0300, Jani Nikula wrote: > >> On Mon, 18 Aug 2014, ville.syrj...@linux.intel.com wrote: > >> > From: Ville Syrjälä > >> > > >> > If we force vdd off war

Re: [Intel-gfx] [PATCH 07/14] drm/i915: Warn about want_panel_vdd in edp_panel_vdd_off_sync()

2014-08-19 Thread Jani Nikula
On Tue, 19 Aug 2014, Ville Syrjälä wrote: > On Tue, Aug 19, 2014 at 10:36:52AM +0300, Jani Nikula wrote: >> On Mon, 18 Aug 2014, ville.syrj...@linux.intel.com wrote: >> > From: Ville Syrjälä >> > >> > If we force vdd off warn if someone is still using it. With this >> > change the delayed vdd off

Re: [Intel-gfx] [PATCH 07/14] drm/i915: Warn about want_panel_vdd in edp_panel_vdd_off_sync()

2014-08-19 Thread Ville Syrjälä
On Tue, Aug 19, 2014 at 10:36:52AM +0300, Jani Nikula wrote: > On Mon, 18 Aug 2014, ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > If we force vdd off warn if someone is still using it. With this > > change the delayed vdd off work needs to check want_panel_vdd > > itself to

Re: [Intel-gfx] [PATCH 07/14] drm/i915: Warn about want_panel_vdd in edp_panel_vdd_off_sync()

2014-08-19 Thread Jani Nikula
On Mon, 18 Aug 2014, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > If we force vdd off warn if someone is still using it. With this > change the delayed vdd off work needs to check want_panel_vdd > itself to make sure it doesn't try to turn vdd off when someone > is using it. I t

[Intel-gfx] [PATCH 07/14] drm/i915: Warn about want_panel_vdd in edp_panel_vdd_off_sync()

2014-08-18 Thread ville . syrjala
From: Ville Syrjälä If we force vdd off warn if someone is still using it. With this change the delayed vdd off work needs to check want_panel_vdd itself to make sure it doesn't try to turn vdd off when someone is using it. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_dp.c | 7 +