summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2012-06-07 16:37:02 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2012-06-07 16:37:02 +0200
commit9739401fb5806d576f0bc895239e67d86352d417 (patch)
tree8618f61cb9963b067633f1135dfd485f13d0b733
parent77586dcdf7240aebf29d3d70313dce9d79108147 (diff)
intel_reg_dumper: dump pre-pch-split blc regs
-rw-r--r--tools/intel_reg_dumper.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/intel_reg_dumper.c b/tools/intel_reg_dumper.c
index 910d7c10..fe037f30 100644
--- a/tools/intel_reg_dumper.c
+++ b/tools/intel_reg_dumper.c
@@ -760,6 +760,9 @@ static struct reg_debug intel_debug_regs[] = {
DEFINEREG(DVOB_SRCDIM),
DEFINEREG(DVOC_SRCDIM),
+ DEFINEREG(BLC_PWM_CTL),
+ DEFINEREG(BLC_PWM_CTL2),
+
DEFINEREG2(PP_CONTROL, i830_debug_pp_control),
DEFINEREG2(PP_STATUS, i830_debug_pp_status),
DEFINEREG(PP_ON_DELAYS),