diff options
| author | Daniel Vetter <[email protected]> | 2012-11-02 19:55:02 +0100 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2012-11-11 23:51:38 +0100 |
| commit | f4c956adc79f852e1f064679c2847b8ece2cd16f (patch) | |
| tree | 338aacf3302ca9d9b23c76095a17cc47fca98f03 /tools/perf/scripts/python | |
| parent | 310c53a84f592d3e4a54dc26d512d1429695080b (diff) | |
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/\<save\([A-Z]*\)/regfile.save\1/ in vim.
Reviewed-by: Jesse Barnes <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions