summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarad Gautam <varadgautam@google.com>2023-06-28 10:10:54 +0000
committerVarad Gautam <varadgautam@google.com>2023-07-06 07:55:05 +0000
commita46cfb0e4a1051005221aaced48f7c464bc4539c (patch)
tree95751cf6ac72917bbec2c9ca9b1e327b538f6915
parent842d8097d8ee103bde96dd7cb9e7f2f5619bab98 (diff)
downloadgpu-a46cfb0e4a1051005221aaced48f7c464bc4539c.tar.gz
pixel_gpu_uevent: Increase uevent ratelimiting timeout to 20mins
Bug: 276704984 Change-Id: Id86861197e8f0929b3594fa28d21b8e3b6bee0f9 Signed-off-by: Varad Gautam <varadgautam@google.com>
-rw-r--r--mali_kbase/platform/pixel/pixel_gpu_uevent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mali_kbase/platform/pixel/pixel_gpu_uevent.c b/mali_kbase/platform/pixel/pixel_gpu_uevent.c
index 7a4b139..7b8dcd2 100644
--- a/mali_kbase/platform/pixel/pixel_gpu_uevent.c
+++ b/mali_kbase/platform/pixel/pixel_gpu_uevent.c
@@ -8,7 +8,7 @@
#include <linux/spinlock.h>
#include "pixel_gpu_uevent.h"
-#define GPU_UEVENT_TIMEOUT_MS (30000U) /* 30s */
+#define GPU_UEVENT_TIMEOUT_MS (1200000U) /* 20min */
static struct gpu_uevent_ctx {
unsigned long last_uevent_ts[GPU_UEVENT_TYPE_MAX];