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>
This commit is contained in:
Daniel Vetter 2013-11-20 10:58:55 +01:00
parent ff193614b2
commit 3c55a7df57
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -749,6 +749,9 @@ static struct reg_debug intel_debug_regs[] = {
/* DEFINEREG(UDIB_SHA_BLANK_CODES), CRL only */
DEFINEREG(SDVOUDI),
DEFINEREG(DSPARB),
DEFINEREG(FW_BLC),
DEFINEREG(FW_BLC2),
DEFINEREG(FW_BLC_SELF),
DEFINEREG(DSPFW1),
DEFINEREG(DSPFW2),
DEFINEREG(DSPFW3),