Re: [Intel-gfx] [PATCH] [trivial] drm/i915: Convert straggling MCHBAR registers

2013-10-27 Thread Daniel Vetter
On Wed, Oct 23, 2013 at 09:54:41AM +0300, Jani Nikula wrote: > On Wed, 23 Oct 2013, Ben Widawsky wrote: > > All our registers which are written through the MCHBAR are defined > > descriptively as an offset to the MCHBAR. We had 3 outliers here. > > Convert these as well so all registers which are

Re: [Intel-gfx] [PATCH] [trivial] drm/i915: Convert straggling MCHBAR registers

2013-10-22 Thread Jani Nikula
On Wed, 23 Oct 2013, Ben Widawsky wrote: > All our registers which are written through the MCHBAR are defined > descriptively as an offset to the MCHBAR. We had 3 outliers here. > Convert these as well so all registers which are offsets are MCHBAR can > be easily identified/found within the code.

[Intel-gfx] [PATCH] [trivial] drm/i915: Convert straggling MCHBAR registers

2013-10-22 Thread Ben Widawsky
All our registers which are written through the MCHBAR are defined descriptively as an offset to the MCHBAR. We had 3 outliers here. Convert these as well so all registers which are offsets are MCHBAR can be easily identified/found within the code. With this, convert DCLK to also follow this forma