Re: [Intel-gfx] [CI 1/2] drm/i915/uc: Ignore maybe-unused debug-only i915 local

2019-12-12 Thread Chris Wilson
Quoting Michal Wajdeczko (2019-12-12 10:46:44) > On Thu, 12 Dec 2019 08:27:36 +0100, Chris Wilson > wrote: > > > As the i915 local in __force_fw_fetch_failures() may not be used in a > > non-debug build, tell the compiler to ignore it and not throw waarning. > > typo > > > > > Signed-off-by:

Re: [Intel-gfx] [CI 1/2] drm/i915/uc: Ignore maybe-unused debug-only i915 local

2019-12-12 Thread Michal Wajdeczko
On Thu, 12 Dec 2019 08:27:36 +0100, Chris Wilson wrote: As the i915 local in __force_fw_fetch_failures() may not be used in a non-debug build, tell the compiler to ignore it and not throw waarning. typo Signed-off-by: Chris Wilson Cc: Michal Wajdeczko --- drivers/gpu/drm/i915/gt/uc/in

[Intel-gfx] [CI 1/2] drm/i915/uc: Ignore maybe-unused debug-only i915 local

2019-12-11 Thread Chris Wilson
As the i915 local in __force_fw_fetch_failures() may not be used in a non-debug build, tell the compiler to ignore it and not throw waarning. Signed-off-by: Chris Wilson Cc: Michal Wajdeczko --- drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drive