[Intel-gfx] [PATCH 01/10] drm/i915: move the suspend/resume register file out of dev_priv

Jesse Barnes jbarnes at virtuousgeek.org
Fri Nov 2 20:06:10 CET 2012


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



More information about the Intel-gfx mailing list