Commit 27232055 authored by Andres Rodriguez's avatar Andres Rodriguez Committed by Oded Gabbay

drm/amdkfd: increase IH num entries to 8192

A larger buffer will let us accommodate applications with a large amount
of semi-simultaneous event signals.
Signed-off-by: default avatarAndres Rodriguez <andres.rodriguez@amd.com>
Signed-off-by: default avatarFelix Kuehling <Felix.Kuehling@amd.com>
Acked-by: default avatarOded Gabbay <oded.gabbay@gmail.com>
Signed-off-by: default avatarOded Gabbay <oded.gabbay@gmail.com>
parent 04ad47bd
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
#include <linux/kfifo.h> #include <linux/kfifo.h>
#include "kfd_priv.h" #include "kfd_priv.h"
#define KFD_IH_NUM_ENTRIES 1024 #define KFD_IH_NUM_ENTRIES 8192
static void interrupt_wq(struct work_struct *); static void interrupt_wq(struct work_struct *);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment