[Intel-gfx] [PATCH] drm/i915: Rename GEN8_PIPE_FLIP_DONE to PRIMARY_FLIP_DONE

2014-04-07 Thread Damien Lespiau
It is now clear that this interrupt is for the primary plane and not something global to the pipe. It also matches what the spec calls it. Signed-off-by: Damien Lespiau --- drivers/gpu/drm/i915/i915_irq.c | 4 ++-- drivers/gpu/drm/i915/i915_reg.h | 2 +- 2 files changed, 3 insertions(+), 3 delet

Re: [Intel-gfx] [PATCH] drm/i915: Rename GEN8_PIPE_FLIP_DONE to PRIMARY_FLIP_DONE

2014-04-08 Thread Ville Syrjälä
On Tue, Apr 08, 2014 at 01:22:44AM +0100, Damien Lespiau wrote: > It is now clear that this interrupt is for the primary plane and not > something global to the pipe. It also matches what the spec calls it. > > Signed-off-by: Damien Lespiau Reviewed-by: Ville Syrjälä > --- > drivers/gpu/drm/i

Re: [Intel-gfx] [PATCH] drm/i915: Rename GEN8_PIPE_FLIP_DONE to PRIMARY_FLIP_DONE

2014-04-09 Thread Daniel Vetter
On Tue, Apr 08, 2014 at 01:31:34PM +0300, Ville Syrjälä wrote: > On Tue, Apr 08, 2014 at 01:22:44AM +0100, Damien Lespiau wrote: > > It is now clear that this interrupt is for the primary plane and not > > something global to the pipe. It also matches what the spec calls it. > > > > Signed-off-by: