[PATCH 1/9] TTM build fix

José Roberto de Souza jose.souza at intel.com
Wed Sep 29 22:27:13 UTC 2021


Signed-off-by: José Roberto de Souza <jose.souza at intel.com>
---
 include/drm/ttm/ttm_tt.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/drm/ttm/ttm_tt.h b/include/drm/ttm/ttm_tt.h
index f20832139815d..ce44e5e3742f2 100644
--- a/include/drm/ttm/ttm_tt.h
+++ b/include/drm/ttm/ttm_tt.h
@@ -88,6 +88,8 @@ struct ttm_tt {
 #define TTM_TT_FLAG_EXTERNAL		(1 << 2)
 #define TTM_TT_FLAG_EXTERNAL_MAPPABLE	(1 << 3)
 
+#define TTM_PAGE_FLAG_ZERO_ALLOC      (1 << 6)
+
 #define TTM_TT_FLAG_PRIV_POPULATED  (1 << 31)
 	uint32_t page_flags;
 	/** @num_pages: Number of pages in the page array. */
-- 
2.33.0



More information about the Intel-gfx-trybot mailing list