[Intel-gfx] [PATCH 3/4] intel-gpu-tools: add important debug regs
Ben Widawsky
ben at bwidawsk.net
Tue Jun 14 21:46:06 CEST 2011
Signed-off-by: Ben Widawsky <ben at bwidawsk.net>
---
lib/intel_reg.h | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/lib/intel_reg.h b/lib/intel_reg.h
index 48d8f66..ef9cb63 100644
--- a/lib/intel_reg.h
+++ b/lib/intel_reg.h
@@ -3488,5 +3488,10 @@ typedef enum {
#define TRANS_DP_HSYNC_ACTIVE_HIGH (1<<3)
#define TRANS_DP_HSYNC_ACTIVE_LOW 0
+/* Debug */
+#define INSTPM 0x20c0
+#define INSTPM_GLOBAL_DEBUG_EN (1<<4)
+#define GEN6_TD_CTL 0x7000
+#define TD_CTL_FORCE_TD_BKPT (1<<4)
#endif /* _I810_REG_H */
--
1.7.5.2
More information about the Intel-gfx
mailing list