mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-21 23:06:29 +00:00
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:
parent
ff193614b2
commit
3c55a7df57
@ -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
|
||||
|
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user