drm/i915: Deobfuscate the render p-state obfuscation

The ironlake render p-state support includes some rather odd variable
names. Clean them up in order to improve the readability of the code.

Signed-off-by: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Matthew Garrett
2010-02-02 18:30:47 +00:00
committed by Eric Anholt
parent f97108d1d0
commit b5b72e891a
5 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -452,7 +452,7 @@ typedef struct drm_i915_private {
u32 savePIPEB_DATA_N1;
u32 savePIPEB_LINK_M1;
u32 savePIPEB_LINK_N1;
u32 saveRSTDBYCTL;
u32 saveMCHBAR_RENDER_STANDBY;
struct {
struct drm_mm gtt_space;