mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 12:52:55 +00:00
lib: Add MI_LOAD_REGISTER_IMM
Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com>
This commit is contained in:
committed by
Mika Kuoppala
parent
c5ad1c3295
commit
b77145dd48
@@ -187,7 +187,6 @@ int fd;
|
||||
|
||||
#define MI_ARB_ON_OFF (0x8 << 23)
|
||||
#define MI_DISPLAY_FLIP ((0x14 << 23) | 1)
|
||||
#define MI_LOAD_REGISTER_IMM ((0x22 << 23) | 1)
|
||||
|
||||
#define GFX_OP_PIPE_CONTROL ((0x3<<29)|(0x3<<27)|(0x2<<24)|2)
|
||||
#define PIPE_CONTROL_QW_WRITE (1<<14)
|
||||
|
||||
Reference in New Issue
Block a user