Re: [Intel-gfx] [PATCH v2] drm/i915: Drop extern qualifiers from header function prototypes

2019-07-12 Thread Janusz Krzysztofik
On Thursday, July 11, 2019 8:55:05 AM CEST Chris Wilson wrote: > Quoting Janusz Krzysztofik (2019-07-11 07:50:01) > > Follow dim checkpatch recommendation so it doesn't complain on that now > > and again on header file modifications. > > > > v2: Drop testing leftover > > > > Signed-off-by:

Re: [Intel-gfx] [PATCH v2] drm/i915: Drop extern qualifiers from header function prototypes

2019-07-11 Thread Chris Wilson
Quoting Janusz Krzysztofik (2019-07-11 07:50:01) > Follow dim checkpatch recommendation so it doesn't complain on that now > and again on header file modifications. > > v2: Drop testing leftover > > Signed-off-by: Janusz Krzysztofik I'm not sure the entire cc wants to see extern header churn.

[Intel-gfx] [PATCH v2] drm/i915: Drop extern qualifiers from header function prototypes

2019-07-11 Thread Janusz Krzysztofik
Follow dim checkpatch recommendation so it doesn't complain on that now and again on header file modifications. v2: Drop testing leftover Signed-off-by: Janusz Krzysztofik --- drivers/gpu/drm/i915/gem/i915_gem_object.h | 2 +- drivers/gpu/drm/i915/gvt/gtt.h | 13 +++---