iris: Use coherent allocation for PIPE_RESOURCE_STAGING
[mesa.git] / src / gallium / drivers / iris / iris_bufmgr.h
index c8fd6af7216337261a5cd0d6f4f09e3415b3bc50..a8a650880369bc9a5ccc8716df257f87ea48c58d 100644 (file)
@@ -191,6 +191,7 @@ struct iris_bo {
 };
 
 #define BO_ALLOC_ZEROED     (1<<0)
+#define BO_ALLOC_COHERENT   (1<<1)
 
 /**
  * Allocate a buffer object.