[PATCH 24/25] HAX: dept: Increase DEPT_MAX_WAIT_HIST / DEPT_MAX_ECXT_HELD to track more

Gwan-gyeong Mun gwan-gyeong.mun at intel.com
Thu Nov 3 12:27:35 UTC 2022


Signed-off-by: Gwan-gyeong Mun <gwan-gyeong.mun at intel.com>
---
 include/linux/dept.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/linux/dept.h b/include/linux/dept.h
index 594b279699fb..d2fa77e582d3 100644
--- a/include/linux/dept.h
+++ b/include/linux/dept.h
@@ -17,8 +17,8 @@
 struct task_struct;
 
 #define DEPT_MAX_STACK_ENTRY		16
-#define DEPT_MAX_WAIT_HIST		64
-#define DEPT_MAX_ECXT_HELD		48
+#define DEPT_MAX_WAIT_HIST		256
+#define DEPT_MAX_ECXT_HELD		192
 
 #define DEPT_MAX_SUBCLASSES		16
 #define DEPT_MAX_SUBCLASSES_EVT		2
-- 
2.37.1



More information about the Intel-gfx-trybot mailing list