Re: [Intel-gfx] [PATCH 2/9] drm/i915: wrap GTIMR changes

2013-08-15 Thread Paulo Zanoni
2013/8/14 Rodrigo Vivi > > Reviewed-by: Rodrigo Vivi > > .On Tue, Aug 06, 2013 at 06:57:12PM -0300, Paulo Zanoni wrote: > > From: Paulo Zanoni > > > > Just like the functions that touch DEIMR and SDEIMR, but for GTIMR. > > The new functions contain a POSTING_READ(GTIMR) which was not present > >

Re: [Intel-gfx] [PATCH 2/9] drm/i915: wrap GTIMR changes

2013-08-14 Thread Rodrigo Vivi
Reviewed-by: Rodrigo Vivi .On Tue, Aug 06, 2013 at 06:57:12PM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > Just like the functions that touch DEIMR and SDEIMR, but for GTIMR. > The new functions contain a POSTING_READ(GTIMR) which was not present > at the 2 callers inside i915_irq.c. >

[Intel-gfx] [PATCH 2/9] drm/i915: wrap GTIMR changes

2013-08-06 Thread Paulo Zanoni
From: Paulo Zanoni Just like the functions that touch DEIMR and SDEIMR, but for GTIMR. The new functions contain a POSTING_READ(GTIMR) which was not present at the 2 callers inside i915_irq.c. The implementation is based on ibx_display_interrupt_update. Signed-off-by: Paulo Zanoni --- drivers