Re: [Intel-gfx] [PATCH 3/6] drm/i915: Inline intel_modeset_gem_init()

2017-11-02 Thread Joonas Lahtinen
On Thu, 2017-11-02 at 12:42 +, Chris Wilson wrote: > intel_modeset_gem_init() now only sets up the legacy overlay, so let's > remove the function and call the setup directly during driver load. This > should help us find a better point in the initialisation sequence for it > later. > > Signed-

[Intel-gfx] [PATCH 3/6] drm/i915: Inline intel_modeset_gem_init()

2017-11-02 Thread Chris Wilson
intel_modeset_gem_init() now only sets up the legacy overlay, so let's remove the function and call the setup directly during driver load. This should help us find a better point in the initialisation sequence for it later. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_drv.c | 2