Re: [Intel-gfx] [RFC 2/5] drm/i915: Move struct intel_virtual_engine to its own header

2019-12-11 Thread Chris Wilson
Quoting Daniele Ceraolo Spurio (2019-12-11 21:12:41) > From: Matthew Brost > > The upcoming GuC submission code will need to use the structure, so > split it to its own file. There is no way this struct belongs anywhere else. You want to add a few vfuncs to the context_ops so we can abstract cr

[Intel-gfx] [RFC 2/5] drm/i915: Move struct intel_virtual_engine to its own header

2019-12-11 Thread Daniele Ceraolo Spurio
From: Matthew Brost The upcoming GuC submission code will need to use the structure, so split it to its own file. Signed-off-by: Matthew Brost Signed-off-by: Daniele Ceraolo Spurio Cc: John Harrison Cc: Chris Wilson Cc: Tvrtko Ursulin --- drivers/gpu/drm/i915/gt/intel_lrc.c | 103