[Intel-gfx] [PATCH v3] drm/i915: Replaced Blitter ring based flips with MMIO flips for VLV

2014-03-23 Thread sourab . gupta
From: Sourab Gupta Using MMIO based flips on VLV for Media power well residency optimization. The blitter ring is currently being used just for command streamer based flip calls. For pure 3D workloads, with MMIO flips, there will be no use of blitter ring and this will ensure the 100% residency f

Re: [Intel-gfx] [PATCH v3] drm/i915: Replaced Blitter ring based flips with MMIO flips for VLV

2014-03-26 Thread Gupta, Sourab
Hi Ville/Damien, Can you please review the below patch(v3) for mmio flips. Thanks, Sourab On Sun, 2014-03-23 at 09:01 +, Gupta, Sourab wrote: > From: Sourab Gupta > > Using MMIO based flips on VLV for Media power well residency optimization. > The blitter ring is currently being used just fo

Re: [Intel-gfx] [PATCH v3] drm/i915: Replaced Blitter ring based flips with MMIO flips for VLV

2014-04-03 Thread Gupta, Sourab
On Wed, 2014-03-26 at 13:20 +0530, sourab gupta wrote: > Hi Ville/Damien, > Can you please review the below patch(v3) for mmio flips. > Thanks, > Sourab > > On Sun, 2014-03-23 at 09:01 +, Gupta, Sourab wrote: > > From: Sourab Gupta > > > > Using MMIO based flips on VLV for Media power well r

Re: [Intel-gfx] [PATCH v3] drm/i915: Replaced Blitter ring based flips with MMIO flips for VLV

2014-04-07 Thread Gupta, Sourab
On Thu, 2014-04-03 at 14:11 +0530, sourab gupta wrote: > On Wed, 2014-03-26 at 13:20 +0530, sourab gupta wrote: > > Hi Ville/Damien, > > Can you please review the below patch(v3) for mmio flips. > > Thanks, > > Sourab > > > > On Sun, 2014-03-23 at 09:01 +, Gupta, Sourab wrote: > > > From: Sour

Re: [Intel-gfx] [PATCH v3] drm/i915: Replaced Blitter ring based flips with MMIO flips for VLV

2014-05-09 Thread Ville Syrjälä
On Sun, Mar 23, 2014 at 02:31:05PM +0530, sourab.gu...@intel.com wrote: > From: Sourab Gupta > > Using MMIO based flips on VLV for Media power well residency optimization. > The blitter ring is currently being used just for command streamer based > flip calls. For pure 3D workloads, with MMIO fli

Re: [Intel-gfx] [PATCH v3] drm/i915: Replaced Blitter ring based flips with MMIO flips for VLV

2014-05-09 Thread Ville Syrjälä
On Fri, May 09, 2014 at 02:59:42PM +0300, Ville Syrjälä wrote: > On Sun, Mar 23, 2014 at 02:31:05PM +0530, sourab.gu...@intel.com wrote: > > From: Sourab Gupta > > > > Using MMIO based flips on VLV for Media power well residency optimization. > > The blitter ring is currently being used just for

Re: [Intel-gfx] [PATCH v3] drm/i915: Replaced Blitter ring based flips with MMIO flips for VLV

2014-05-09 Thread Ville Syrjälä
On Fri, May 09, 2014 at 02:59:42PM +0300, Ville Syrjälä wrote: > On Sun, Mar 23, 2014 at 02:31:05PM +0530, sourab.gu...@intel.com wrote: > > + intel_do_mmio_flip(dev, crtc); > > + mmio_flip_data->seqno = 0; > > + ring->irq_put(ring); > > +