From: sai.gowtham.ch@intel.com
To: igt-dev@lists.freedesktop.org, sai.gowtham.ch@intel.com
Subject: [PATCH i-g-t 1/2] include/intel_gpu_commands: Add persistent batch buffer instruction
Date: Wed, 27 Dec 2023 17:50:37 +0530 [thread overview]
Message-ID: <20231227122038.11595-2-sai.gowtham.ch@intel.com> (raw)
In-Reply-To: <20231227122038.11595-1-sai.gowtham.ch@intel.com>
From: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
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>
---
include/intel_gpu_commands.h | 1 +
1 file changed, 1 insertion(+)
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)
--
2.39.1
next prev parent reply other threads:[~2023-12-27 12:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-27 12:20 [PATCH i-g-t 0/2] Add Persistent support sai.gowtham.ch
2023-12-27 12:20 ` sai.gowtham.ch [this message]
2023-12-27 12:20 ` [PATCH i-g-t 2/2] intel/xe_exec_store: Add Persistent subtest sai.gowtham.ch
-- strict thread matches above, loose matches on Subject: below --
2023-12-22 10:53 [PATCH i-g-t 0/2] Add Persistent support sai.gowtham.ch
2023-12-22 10:53 ` [PATCH i-g-t 1/2] include/intel_gpu_commands: Add persistent batch buffer instruction sai.gowtham.ch
2023-12-26 6:54 ` Kumar, Janga Rahul
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231227122038.11595-2-sai.gowtham.ch@intel.com \
--to=sai.gowtham.ch@intel.com \
--cc=igt-dev@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox