diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-11-20 10:58:55 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-11-20 11:00:17 +0100 |
commit | 3c55a7df578610b0a5af6c14a6222c8aacc4a523 (patch) | |
tree | 7fbe21792b754b6fb46ac257c2952e78bf691072 /lib | |
parent | ff193614b29308373ff3a54266159e3e194455a2 (diff) |
tools/reg_dumper: Add FW_BLC regs
Debugging watermark issues on gen2/3 without them is hard ...
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/intel_reg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/intel_reg.h b/lib/intel_reg.h index e545bfa2..4c1dbd83 100644 --- a/lib/intel_reg.h +++ b/lib/intel_reg.h @@ -2449,6 +2449,9 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # define VBLANK_INT_STATUS (1 << 1) # define OREG_UPDATE_STATUS (1 << 0) +#define FW_BLC 0x020d8 +#define FW_BLC2 0x020dc +#define FW_BLC_SELF 0x020e0 /* 915+ only */ #define DSPARB 0x70030 #define DSPARB_CSTART_SHIFT 7 |