mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 12:52:55 +00:00
tools/intel_reg_dumper: Add support for debug register
Right now, we only check for hardware DRRS support. But much more can be done with it. Some day. Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
This commit is contained in:
@@ -3494,4 +3494,12 @@ typedef enum {
|
||||
#define GEN6_TD_CTL 0x7000 /* <= GEN5 was at 0x8000 */
|
||||
#define GEN6_TD_CTL_FORCE_TD_BKPT (1<<4)
|
||||
|
||||
/* Port debugging
|
||||
*/
|
||||
|
||||
#define PORT_DBG 0x42308
|
||||
#define PORT_DBG_DRRS_HW_STATE_OFF (0<<30)
|
||||
#define PORT_DBG_DRRS_HW_STATE_LOW (1<<30)
|
||||
#define PORT_DBG_DRRS_HW_STATE_HIGH (2<<30)
|
||||
|
||||
#endif /* _I810_REG_H */
|
||||
|
||||
Reference in New Issue
Block a user