Re: [Intel-gfx] [PATCH v2] drm/i915: Do not inline forcewake taking in mmio accessors

2016-09-28 Thread Chris Wilson
On Wed, Sep 28, 2016 at 04:23:50PM +0100, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin > > Once we know we need to take new forcewakes, that being > a slow operation, it does not make sense to inline that > code into every mmio accessor. > > Move it to a separate function and save some code. >

[Intel-gfx] [PATCH v2] drm/i915: Do not inline forcewake taking in mmio accessors

2016-09-28 Thread Tvrtko Ursulin
From: Tvrtko Ursulin Once we know we need to take new forcewakes, that being a slow operation, it does not make sense to inline that code into every mmio accessor. Move it to a separate function and save some code. v2: Be explicit with noinline and remove stale comment. (Chris Wilson) Sign