All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe/guc: Increase GuC crash dump buffer size
@ 2025-08-27 21:21 Zhanjun Dong
  2025-08-27 23:34 ` ✓ CI.KUnit: success for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Zhanjun Dong @ 2025-08-27 21:21 UTC (permalink / raw)
  To: intel-xe; +Cc: Zhanjun Dong

Increase GuC crash dump buffer size to support up to 16K dump size.

Signed-off-by: Zhanjun Dong <zhanjun.dong@intel.com>
---
 drivers/gpu/drm/xe/xe_guc_log.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_guc_log.h b/drivers/gpu/drm/xe/xe_guc_log.h
index f1e2b0be90a9..98a47ac42b08 100644
--- a/drivers/gpu/drm/xe/xe_guc_log.h
+++ b/drivers/gpu/drm/xe/xe_guc_log.h
@@ -17,7 +17,7 @@ struct xe_device;
 #define DEBUG_BUFFER_SIZE       SZ_8M
 #define CAPTURE_BUFFER_SIZE     SZ_2M
 #else
-#define CRASH_BUFFER_SIZE	SZ_8K
+#define CRASH_BUFFER_SIZE	SZ_16K
 #define DEBUG_BUFFER_SIZE	SZ_64K
 #define CAPTURE_BUFFER_SIZE	SZ_1M
 #endif
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-08-28 21:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-27 21:21 [PATCH] drm/xe/guc: Increase GuC crash dump buffer size Zhanjun Dong
2025-08-27 23:34 ` ✓ CI.KUnit: success for " Patchwork
2025-08-28  0:13 ` ✓ Xe.CI.BAT: " Patchwork
2025-08-28  1:20 ` ✗ Xe.CI.Full: failure " Patchwork
2025-08-28 18:19 ` [PATCH] " Summers, Stuart
2025-08-28 21:33   ` John Harrison
2025-08-28 21:34     ` Summers, Stuart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.