Re: [Intel-gfx] [PATCH 08/10] drm/i915/gt: Defer engine registration until fully initialised

2019-11-05 Thread Andi Shyti
Hi Chris, On Tue, Nov 05, 2019 at 09:21:13AM +, Chris Wilson wrote: > Only add the engine to the available set of uabi engines once it has > been fully initialised and we know we want it in the public set. > > Signed-off-by: Chris Wilson > Cc: Tvrtko Ursulin > Cc: Michał Wajdeczko > Cc: An

[Intel-gfx] [PATCH 08/10] drm/i915/gt: Defer engine registration until fully initialised

2019-11-05 Thread Chris Wilson
Only add the engine to the available set of uabi engines once it has been fully initialised and we know we want it in the public set. Signed-off-by: Chris Wilson Cc: Tvrtko Ursulin Cc: Michał Wajdeczko Cc: Andi Shyti --- drivers/gpu/drm/i915/gt/intel_engine_cs.c | 3 ++- 1 file changed, 2 ins