Re: [Intel-gfx] [PATCH RESEND 1/3] drm/i915: make some error capture functions static

2023-11-02 Thread Jani Nikula
On Tue, 31 Oct 2023, Nirmoy Das wrote: > On 10/31/2023 1:45 PM, Jani Nikula wrote: >> Not needed outside of i915_gpu_error.c. >> >> Signed-off-by: Jani Nikula > Reviewed-by: Nirmoy Das Thanks, series pushed to din. BR, Jani. >> --- >> drivers/gpu/drm/i915/i915_gpu_error.c | 8 >>

Re: [Intel-gfx] [PATCH RESEND 1/3] drm/i915: make some error capture functions static

2023-10-31 Thread Nirmoy Das
On 10/31/2023 1:45 PM, Jani Nikula wrote: Not needed outside of i915_gpu_error.c. Signed-off-by: Jani Nikula Reviewed-by: Nirmoy Das --- drivers/gpu/drm/i915/i915_gpu_error.c | 8 drivers/gpu/drm/i915/i915_gpu_error.h | 5 - 2 files changed, 4 insertions(+), 9 deletions(-)

[Intel-gfx] [PATCH RESEND 1/3] drm/i915: make some error capture functions static

2023-10-31 Thread Jani Nikula
Not needed outside of i915_gpu_error.c. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/i915_gpu_error.c | 8 drivers/gpu/drm/i915/i915_gpu_error.h | 5 - 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_gpu_error.c b/drivers/gpu/drm/i915