summaryrefslogtreecommitdiff
path: root/lib/intel_reg.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-09-05 12:05:52 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2010-09-05 12:05:52 +0100
commitc09fa38c01e44581db37703bb6b8cf1b60b2d09f (patch)
tree534336b3b8368f3b08a4a34ccf1f0be451761207 /lib/intel_reg.h
parenta462fa6e29bf64fd64d94274775f33b9918f5cbb (diff)
reg dumper: Dump ILK panel fitting control debug registers
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'lib/intel_reg.h')
-rw-r--r--lib/intel_reg.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/intel_reg.h b/lib/intel_reg.h
index f068dd89..42ad883d 100644
--- a/lib/intel_reg.h
+++ b/lib/intel_reg.h
@@ -3255,6 +3255,12 @@ typedef enum {
#define PFA_CTL_1 0x68080
#define PFB_CTL_1 0x68880
#define PF_ENABLE (1<<31)
+#define PFA_CTL_2 0x68084
+#define PFB_CTL_2 0x68884
+#define PFA_CTL_3 0x68088
+#define PFB_CTL_3 0x68888
+#define PFA_CTL_4 0x68090
+#define PFB_CTL_4 0x68890
#define PFA_WIN_POS 0x68070
#define PFB_WIN_POS 0x68870