Re: [Intel-gfx] [PATCH 2/6] drm/i915: Fix ILK reset wait

2014-05-20 Thread Daniel Vetter
On Tue, May 20, 2014 at 11:18:44AM +0300, Ville Syrjälä wrote: > On Tue, May 20, 2014 at 10:01:27AM +0200, Daniel Vetter wrote: > > On Mon, May 19, 2014 at 09:30:25AM -0700, Jesse Barnes wrote: > > > On Mon, 19 May 2014 19:23:23 +0300 > > > ville.syrj...@linux.intel.com wrote: > > > > > > > From:

Re: [Intel-gfx] [PATCH 2/6] drm/i915: Fix ILK reset wait

2014-05-20 Thread Ville Syrjälä
On Tue, May 20, 2014 at 10:01:27AM +0200, Daniel Vetter wrote: > On Mon, May 19, 2014 at 09:30:25AM -0700, Jesse Barnes wrote: > > On Mon, 19 May 2014 19:23:23 +0300 > > ville.syrj...@linux.intel.com wrote: > > > > > From: Ville Syrjälä > > > > > > We should be waiting for the reset bit to clear

Re: [Intel-gfx] [PATCH 2/6] drm/i915: Fix ILK reset wait

2014-05-20 Thread Daniel Vetter
On Mon, May 19, 2014 at 09:30:25AM -0700, Jesse Barnes wrote: > On Mon, 19 May 2014 19:23:23 +0300 > ville.syrj...@linux.intel.com wrote: > > > From: Ville Syrjälä > > > > We should be waiting for the reset bit to clear, not remain set. > > > > Signed-off-by: Ville Syrjälä > > --- > > drivers

Re: [Intel-gfx] [PATCH 2/6] drm/i915: Fix ILK reset wait

2014-05-19 Thread Jesse Barnes
On Mon, 19 May 2014 19:23:23 +0300 ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > We should be waiting for the reset bit to clear, not remain set. > > Signed-off-by: Ville Syrjälä > --- > drivers/gpu/drm/i915/intel_uncore.c | 6 -- > 1 file changed, 4 insertions(+), 2 dele

[Intel-gfx] [PATCH 2/6] drm/i915: Fix ILK reset wait

2014-05-19 Thread ville . syrjala
From: Ville Syrjälä We should be waiting for the reset bit to clear, not remain set. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_uncore.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_uncore.c b/drivers/gpu/drm/i915/intel_