Re: [Intel-gfx] [PATCH v4 1/3] drm/i915: Reorder early initialization

2018-03-23 Thread Chris Wilson
Quoting Michal Wajdeczko (2018-03-23 12:34:49) > In upcoming patch, we want to perform more actions in early > initialization of the uC. This reordering will help resolve > new dependencies that will be introduced by future patch. > > v2: s/i915_gem_load_init/i915_gem_init_early (Chris) > v3: s/i9

[Intel-gfx] [PATCH v4 1/3] drm/i915: Reorder early initialization

2018-03-23 Thread Michal Wajdeczko
In upcoming patch, we want to perform more actions in early initialization of the uC. This reordering will help resolve new dependencies that will be introduced by future patch. v2: s/i915_gem_load_init/i915_gem_init_early (Chris) v3: s/i915_gem_load_cleanup/i915_gem_cleanup_early (Michal) Signed