On Fri, 2 Nov 2012 19:55:02 +0100 Daniel Vetter <daniel.vetter at ffwll.ch> wrote: > dev_priv has grown way too big, and grouping memebers into substructs > and moving them out of line helps re-gain some overview. > > Unfortunatley I couldn't just call the substruct save and drop the prefix, since > that will make most member names clash with registers #defines. Changes in > i915_drv.h done by hand, everything else changed with > s/\<save\([A-Z]*\)/regfile.save\1/ in vim. > > Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch> Didn't see any sneaky removals or moves in there... Reviewed-by: Jesse Barnes <jbarnes at virtuousgeek.org> -- Jesse Barnes, Intel Open Source Technology Center