[igt-dev] [PATCH i-g-t 2/4] lib/intel_reg: Add copy commands in the lib
sai.gowtham.ch at intel.com
sai.gowtham.ch at intel.com
Fri Sep 15 05:16:15 UTC 2023
From: Sai Gowtham Ch <sai.gowtham.ch at intel.com>
Add memory copy and set commands to the lib.
Signed-off-by: Sai Gowtham Ch <sai.gowtham.ch at intel.com>
---
lib/intel_reg.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/lib/intel_reg.h b/lib/intel_reg.h
index 3bf3676dc..322aec9fd 100644
--- a/lib/intel_reg.h
+++ b/lib/intel_reg.h
@@ -2564,6 +2564,10 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define XY_FAST_COLOR_BLT ((0x2<<29)|(0x44<<22)|0xe)
+/* RAW memory commands */
+#define MEM_COPY_CMD ((0x2 << 29)|(0x5a << 22)|0x8)
+#define MEM_SET_CMD ((0x2 << 29)|(0x5b << 22)|0x5)
+
#define XY_FAST_COPY_BLT ((2<<29)|(0x42<<22)|0x8)
/* dword 0 */
#define XY_FAST_COPY_SRC_TILING_LINEAR (0 << 20)
--
2.39.1
More information about the igt-dev
mailing list