From e30f06fbb927a7348630d5c2ad64982068475b58 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 5 Jan 2010 12:32:32 +0000 Subject: [PATCH] reg: Include INSTPM in dump. Signed-off-by: Chris Wilson --- tools/intel_reg_dumper.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/intel_reg_dumper.c b/tools/intel_reg_dumper.c index 55a05316..26891a2b 100644 --- a/tools/intel_reg_dumper.c +++ b/tools/intel_reg_dumper.c @@ -877,6 +877,8 @@ static struct reg_debug intel_debug_regs[] = { DEFINEFENCE_965(13), DEFINEFENCE_965(14), DEFINEFENCE_965(15), + + DEFINEREG(INST_PM), }; DEBUGSTRING(ironlake_debug_rr_hw_ctl)