Re: [Intel-gfx] [Intel-gfx 3/6] drm/i915/guc: Add a helper for log buffer size

2022-12-05 Thread Teres Alexis, Alan Previn
On Tue, 2022-07-19 at 19:49 -0700, Dixit, Ashutosh wrote: > On Mon, 09 May 2022 14:01:48 -0700, Alan Previn wrote: > > Alan: [snip] Alan: This patch is not needed any longer because it was also part of another re-factor related to error-capture and debug-log-sizing management changes that got

Re: [Intel-gfx] [Intel-gfx 3/6] drm/i915/guc: Add a helper for log buffer size

2022-07-19 Thread Dixit, Ashutosh
On Mon, 09 May 2022 14:01:48 -0700, Alan Previn wrote: > > Add a helper to get GuC log buffer size. > > Signed-off-by: Alan Previn > --- > drivers/gpu/drm/i915/gt/uc/intel_guc_log.c | 49 -- > 1 file changed, 27 insertions(+), 22 deletions(-) > > diff --git

[Intel-gfx] [Intel-gfx 3/6] drm/i915/guc: Add a helper for log buffer size

2022-05-09 Thread Alan Previn
Add a helper to get GuC log buffer size. Signed-off-by: Alan Previn --- drivers/gpu/drm/i915/gt/uc/intel_guc_log.c | 49 -- 1 file changed, 27 insertions(+), 22 deletions(-) diff --git a/drivers/gpu/drm/i915/gt/uc/intel_guc_log.c