Re: [Intel-gfx] [PATCH 17/37] drm/i915/gem: Assign context id for async work

2020-08-05 Thread Tvrtko Ursulin
On 05/08/2020 13:22, Chris Wilson wrote: Allocate a few dma fence context id that we can use to associate async work [for the CPU] launched on behalf of this context. For extra fun, we allow a configurable concurrency width. A current example would be that we spawn an unbound worker for every

[Intel-gfx] [PATCH 17/37] drm/i915/gem: Assign context id for async work

2020-08-05 Thread Chris Wilson
Allocate a few dma fence context id that we can use to associate async work [for the CPU] launched on behalf of this context. For extra fun, we allow a configurable concurrency width. A current example would be that we spawn an unbound worker for every userptr get_pages. In the future, we wish to