[PATCH i-g-t 1/7] lib/intel_batchbuffer: Add I915_TILING_64 definition

Zbigniew Kempczyński zbigniew.kempczynski at intel.com
Wed Feb 28 14:54:01 UTC 2024


Add Tile64 format previously not defined in igt.

Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>
Cc: Matthew Auld <matthew.auld at intel.com>
---
 lib/intel_batchbuffer.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/intel_batchbuffer.h b/lib/intel_batchbuffer.h
index 8738cb5c40..8041377382 100644
--- a/lib/intel_batchbuffer.h
+++ b/lib/intel_batchbuffer.h
@@ -13,7 +13,7 @@
 #define BATCH_SZ 4096
 
 /*
- * Yf/Ys/4 tiling
+ * Yf/Ys/4/64 tiling
  *
  * Tiling mode in the I915_TILING_... namespace for new tiling modes which are
  * defined in the kernel. (They are not fenceable so the kernel does not need
@@ -24,6 +24,7 @@
 #define I915_TILING_4	(I915_TILING_LAST + 1)
 #define I915_TILING_Yf	(I915_TILING_LAST + 2)
 #define I915_TILING_Ys	(I915_TILING_LAST + 3)
+#define I915_TILING_64	(I915_TILING_LAST + 4)
 
 enum i915_compression {
 	I915_COMPRESSION_NONE,
-- 
2.34.1



More information about the igt-dev mailing list