From c09fa38c01e44581db37703bb6b8cf1b60b2d09f Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 5 Sep 2010 12:05:52 +0100 Subject: reg dumper: Dump ILK panel fitting control debug registers Signed-off-by: Chris Wilson --- lib/intel_reg.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/intel_reg.h') 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 -- cgit v1.2.3