hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/gpu/arm/bifrost/tl/mali_kbase_tlstream.h
....@@ -1,7 +1,7 @@
11 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
22 /*
33 *
4
- * (C) COPYRIGHT 2015-2021 ARM Limited. All rights reserved.
4
+ * (C) COPYRIGHT 2015-2022 ARM Limited. All rights reserved.
55 *
66 * This program is free software and is provided to you under the terms of the
77 * GNU General Public License version 2 as published by the Free Software
....@@ -27,17 +27,13 @@
2727 #include <linux/wait.h>
2828
2929 /* The maximum size of a single packet used by timeline. */
30
-#define PACKET_SIZE 4096 /* bytes */
30
+#define PACKET_SIZE 4096 /* bytes */
3131
3232 /* The number of packets used by one timeline stream. */
33
-#if defined(CONFIG_MALI_JOB_DUMP) || defined(CONFIG_MALI_VECTOR_DUMP)
34
- #define PACKET_COUNT 64
35
-#else
36
- #define PACKET_COUNT 32
37
-#endif
33
+#define PACKET_COUNT 128
3834
3935 /* The maximum expected length of string in tracepoint descriptor. */
40
-#define STRLEN_MAX 64 /* bytes */
36
+#define STRLEN_MAX 64 /* bytes */
4137
4238 /**
4339 * struct kbase_tlstream - timeline stream structure