Re: [Intel-gfx] [PATCH v3 1/4] drm/i915/perf: replace .reg accesses with i915_mmio_reg_offset

2017-11-13 Thread Ewelina Musial
On Mon, Nov 13, 2017 at 11:34:52PM +, Lionel Landwerlin wrote: > This replaces accesses to the reg field of the i915_reg_t structure > with the i915_mmio_reg_offset() inline function. > > Suggested-by: Chris Wilson > Signed-off-by: Lionel Landwerlin

[Intel-gfx] [PATCH v3 1/4] drm/i915/perf: replace .reg accesses with i915_mmio_reg_offset

2017-11-13 Thread Lionel Landwerlin
This replaces accesses to the reg field of the i915_reg_t structure with the i915_mmio_reg_offset() inline function. Suggested-by: Chris Wilson Signed-off-by: Lionel Landwerlin --- drivers/gpu/drm/i915/i915_perf.c | 39