Re: [Intel-gfx] [PATCH v2] drm/i915: FIFO space query code refactor

2015-02-23 Thread Daniel Vetter
On Fri, Feb 20, 2015 at 11:34:29AM +0200, Mika Kuoppala wrote: > Dave Gordon writes: > > > When querying the GTFIFOCTL register to check the FIFO space, the read value > > must be masked. The operation is repeated explicitly in several places. This > > change refactors the read-and-mask code into

Re: [Intel-gfx] [PATCH v2] drm/i915: FIFO space query code refactor

2015-02-20 Thread Mika Kuoppala
Dave Gordon writes: > When querying the GTFIFOCTL register to check the FIFO space, the read value > must be masked. The operation is repeated explicitly in several places. This > change refactors the read-and-mask code into a function call. > > v2: rebased on top of Mika's forcewake patch set, s

Re: [Intel-gfx] [PATCH v2] drm/i915: FIFO space query code refactor

2014-12-19 Thread shuang . he
Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) -Summary- Platform Delta drm-intel-nightly Series Applied PNV -1 364/364 3

[Intel-gfx] [PATCH v2] drm/i915: FIFO space query code refactor

2014-12-18 Thread Dave Gordon
When querying the GTFIFOCTL register to check the FIFO space, the read value must be masked. The operation is repeated explicitly in several places. This change refactors the read-and-mask code into a function call. v2: rebase to latest drm-intel-nightly Change-Id: Id1a9f3785cb20b82d4caa330c37b31

[Intel-gfx] [PATCH v2*] drm/i915: FIFO space query code refactor

2014-12-18 Thread Dave Gordon
When querying the GTFIFOCTL register to check the FIFO space, the read value must be masked. The operation is repeated explicitly in several places. This change refactors the read-and-mask code into a function call. v2*: rebased on top of Mika's forcewake changes Change-Id: Id1a9f3785cb20b82d4caa

[Intel-gfx] [PATCH v2] drm/i915: FIFO space query code refactor

2014-12-10 Thread Dave Gordon
When querying the GTFIFOCTL register to check the FIFO space, the read value must be masked. The operation is repeated explicitly in several places. This change refactors the read-and-mask code into a function call. v2: rebased on top of Mika's forcewake patch set, specifically: [PATCH 8/8