On Sat, Oct 21, 2017 at 3:23 AM, Felix Kuehling <[email protected]> wrote:
> From: Andres Rodriguez <[email protected]>
>
> A larger buffer will let us accommodate applications with a large amount
> of semi-simultaneous event signals.
>
> Signed-off-by: Andres Rodriguez <[email protected]>
> Signed-off-by: Felix Kuehling <[email protected]>
> ---
>  drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c 
> b/drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c
> index ffbb91a..a147269 100644
> --- a/drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c
> +++ b/drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c
> @@ -45,7 +45,7 @@
>  #include <linux/kfifo.h>
>  #include "kfd_priv.h"
>
> -#define KFD_IH_NUM_ENTRIES 1024
> +#define KFD_IH_NUM_ENTRIES 8192
>
>  static void interrupt_wq(struct work_struct *);
>
> --
> 2.7.4
>

This patch is:
Acked-by: Oded Gabbay <[email protected]>
_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to