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

Gwan-gyeong Mun gwan-gyeong.mun at intel.com
Tue Jul 4 09:32:45 UTC 2023


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 ad32ea7b57bb..cd2ed8619424 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		96
 
 #define DEPT_MAX_SUBCLASSES		16
 #define DEPT_MAX_SUBCLASSES_EVT		2
-- 
2.40.0



More information about the Intel-gfx-trybot mailing list