Re: [PATCH] drm/i915: Add debug print about hw config table size

2025-01-13 Thread Julia Filipchuk
Explicit printing prior to guc interaction provides the needed information. We could always add more detailed logging of internal state, but this seems like a fine trade-off. Reviewed-by: Julia Filipchuk

Re: [PATCH] drm/i915: Add debug print about hw config table size

2025-01-06 Thread John Harrison
On 12/24/2024 11:10, Daniele Ceraolo Spurio wrote: On 12/24/2024 10:13 AM, John Harrison wrote: On 12/23/2024 15:20, Daniele Ceraolo Spurio wrote: On 12/20/2024 5:19 PM, john.c.harri...@intel.com wrote: From: John Harrison Add debug info to help investigate a very rare bug: https://gitlab.

Re: [PATCH] drm/i915: Add debug print about hw config table size

2024-12-24 Thread Daniele Ceraolo Spurio
On 12/24/2024 10:13 AM, John Harrison wrote: On 12/23/2024 15:20, Daniele Ceraolo Spurio wrote: On 12/20/2024 5:19 PM, john.c.harri...@intel.com wrote: From: John Harrison Add debug info to help investigate a very rare bug: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13385 S

Re: [PATCH] drm/i915: Add debug print about hw config table size

2024-12-24 Thread John Harrison
On 12/23/2024 15:20, Daniele Ceraolo Spurio wrote: On 12/20/2024 5:19 PM, john.c.harri...@intel.com wrote: From: John Harrison Add debug info to help investigate a very rare bug: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13385 Signed-off-by: John Harrison --- drivers/gpu/drm

Re: [PATCH] drm/i915: Add debug print about hw config table size

2024-12-23 Thread Daniele Ceraolo Spurio
On 12/20/2024 5:19 PM, john.c.harri...@intel.com wrote: From: John Harrison Add debug info to help investigate a very rare bug: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13385 Signed-off-by: John Harrison --- drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c | 3 +++ 1 file

[PATCH] drm/i915: Add debug print about hw config table size

2024-12-20 Thread John . C . Harrison
From: John Harrison Add debug info to help investigate a very rare bug: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13385 Signed-off-by: John Harrison --- drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/i915/g