Re: [Intel-gfx] [PATCH v2 26/29] drm/i915: Add 'offset' to uncore funcs

2015-11-06 Thread Chris Wilson
On Fri, Nov 06, 2015 at 09:47:16PM +0200, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Add 'u32 offset' to the uncore register access functions. For now > it's the same as 'reg', but once type safety gets added 'reg' will be > the type safe register variable and 'offset' the raw

[Intel-gfx] [PATCH v2 26/29] drm/i915: Add 'offset' to uncore funcs

2015-11-06 Thread ville . syrjala
From: Ville Syrjälä Add 'u32 offset' to the uncore register access functions. For now it's the same as 'reg', but once type safety gets added 'reg' will be the type safe register variable and 'offset' the raw offset. v2: s/uint32_t/u32/ (Chris) Cc: Chris Wilson Signed-off-by: Ville Syrjälä --