summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSai Gowtham Ch <sai.gowtham.ch@intel.com>2023-12-29 10:26:27 +0530
committerSai Gowtham Ch <sai.gowtham.ch@intel.com>2023-12-29 10:26:27 +0530
commitca3534d2ea53bee9b94b0ac891d06ef0c4caed42 (patch)
tree84c3d0b664555ab5dd6286fdae70ab0ea4062007 /include
parent2335e92f2b44a86b668694ab7f941dda46e894ec (diff)
include/intel_gpu_commands: Add persistent batch buffer instruction
Add persistent batct buffer instruction. Signed-off-by: Sai Gowtham Ch <sai.gowtham.ch@intel.com> Reviewed-by: Janga Rahul Kumar <janga.rahul.kumar@intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/intel_gpu_commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/intel_gpu_commands.h b/include/intel_gpu_commands.h
index e10507fa7..5a98fb63f 100644
--- a/include/intel_gpu_commands.h
+++ b/include/intel_gpu_commands.h
@@ -134,6 +134,7 @@
#define MI_STORE_DWORD_IMM MI_INSTR(0x20, 1)
#define MI_STORE_DWORD_IMM_GEN4 MI_INSTR(0x20, 2)
#define MI_STORE_QWORD_IMM_GEN8 (MI_INSTR(0x20, 3) | REG_BIT(21))
+#define MI_PRT_BATCH_BUFFER_START (0x39 << 23)
#define MI_MEM_VIRTUAL (1 << 22) /* 945,g33,965 */
#define MI_USE_GGTT (1 << 22) /* g4x+ */
#define MI_STORE_DWORD_INDEX MI_INSTR(0x21, 1)