Re: [Intel-gfx] [PATCH 2/4] drm/i915/guc: add a helper to allocate and map guc vma

2019-11-07 Thread Chris Wilson
Quoting Daniele Ceraolo Spurio (2019-11-06 22:25:48) > We already have a couple of use-cases in the code and another one will > come in one of the later patches in the series. > > Signed-off-by: Daniele Ceraolo Spurio > Cc: Michal Wajdeczko > Cc: John Harrison > Cc: Matthew Brost Reviewed-by:

[Intel-gfx] [PATCH 2/4] drm/i915/guc: add a helper to allocate and map guc vma

2019-11-06 Thread Daniele Ceraolo Spurio
We already have a couple of use-cases in the code and another one will come in one of the later patches in the series. Signed-off-by: Daniele Ceraolo Spurio Cc: Michal Wajdeczko Cc: John Harrison Cc: Matthew Brost --- drivers/gpu/drm/i915/gt/uc/intel_guc.c| 34 +++ dri