Re: [Intel-gfx] [PATCH 07/25] drm/i915: extract intel_fbc.h from intel_drv.h

2019-04-04 Thread Chris Wilson
Quoting Jani Nikula (2019-04-04 22:14:31) > diff --git a/drivers/gpu/drm/i915/i915_suspend.c > b/drivers/gpu/drm/i915/i915_suspend.c > index d2f2a9c2fabd..eec48d856adb 100644 > --- a/drivers/gpu/drm/i915/i915_suspend.c > +++ b/drivers/gpu/drm/i915/i915_suspend.c > @@ -24,9 +24,12 @@ > * SOFTWARE

[Intel-gfx] [PATCH 07/25] drm/i915: extract intel_fbc.h from intel_drv.h

2019-04-04 Thread Jani Nikula
It used to be handy that we only had a couple of headers, but over time intel_drv.h has become unwieldy. Extract declarations to a separate header file corresponding to the implementation module, clarifying the modularity of the driver. Ensure the new header is self-contained, and do so with minim