Re: [Intel-gfx] [PATCH] drm/i915: add Makefile magic for testing headers are self-contained

2019-04-03 Thread Jani Nikula
On Wed, 03 Apr 2019, Chris Wilson wrote: > From: Jani Nikula > > The below commits added dummy files to test that certain headers are > self-contained, i.e. compilable as standalone units: > > 39e2f501c1b4 ("drm/i915: Split struct intel_context definition to its own > header") > 3a891a626794 ("d

Re: [Intel-gfx] [PATCH] drm/i915: add Makefile magic for testing headers are self-contained

2019-04-03 Thread Chris Wilson
Quoting Jani Nikula (2019-04-03 11:06:36) > The below commits added dummy files to test that certain headers are > self-contained, i.e. compilable as standalone units: > > 39e2f501c1b4 ("drm/i915: Split struct intel_context definition to its own > header") > 3a891a626794 ("drm/i915: Move intel_en

[Intel-gfx] [PATCH] drm/i915: add Makefile magic for testing headers are self-contained

2019-04-03 Thread Chris Wilson
From: Jani Nikula The below commits added dummy files to test that certain headers are self-contained, i.e. compilable as standalone units: 39e2f501c1b4 ("drm/i915: Split struct intel_context definition to its own header") 3a891a626794 ("drm/i915: Move intel_engine_mask_t around for use by i91

Re: [Intel-gfx] [PATCH] drm/i915: add Makefile magic for testing headers are self-contained

2019-04-03 Thread Chris Wilson
Quoting Jani Nikula (2019-04-03 11:06:36) > The below commits added dummy files to test that certain headers are > self-contained, i.e. compilable as standalone units: > > 39e2f501c1b4 ("drm/i915: Split struct intel_context definition to its own > header") > 3a891a626794 ("drm/i915: Move intel_en

Re: [Intel-gfx] [PATCH] drm/i915: add Makefile magic for testing headers are self-contained

2019-04-03 Thread Chris Wilson
Quoting Chris Wilson (2019-04-03 11:10:31) > Quoting Jani Nikula (2019-04-03 11:06:36) > > The below commits added dummy files to test that certain headers are > > self-contained, i.e. compilable as standalone units: > > > > 39e2f501c1b4 ("drm/i915: Split struct intel_context definition to its own

Re: [Intel-gfx] [PATCH] drm/i915: add Makefile magic for testing headers are self-contained

2019-04-03 Thread Chris Wilson
Quoting Jani Nikula (2019-04-03 11:06:36) > The below commits added dummy files to test that certain headers are > self-contained, i.e. compilable as standalone units: > > 39e2f501c1b4 ("drm/i915: Split struct intel_context definition to its own > header") > 3a891a626794 ("drm/i915: Move intel_en

[Intel-gfx] [PATCH] drm/i915: add Makefile magic for testing headers are self-contained

2019-04-03 Thread Jani Nikula
The below commits added dummy files to test that certain headers are self-contained, i.e. compilable as standalone units: 39e2f501c1b4 ("drm/i915: Split struct intel_context definition to its own header") 3a891a626794 ("drm/i915: Move intel_engine_mask_t around for use by i915_request_types.h")