From: Daniel Vetter Date: Fri, 2 Nov 2012 18:55:02 +0000 (+0100) Subject: drm/i915: move the suspend/resume register file out of dev_priv X-Git-Tag: v3.8-rc1~82^2~192^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4c956adc79f852e1f064679c2847b8ece2cd16f;p=pandora-kernel.git drm/i915: move the suspend/resume register file out of dev_priv 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/\ Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed