[Intel-gfx] [PATCH 1/3] drm/i915: Move request->ctx aside

Chris Wilson chris at chris-wilson.co.uk
Thu Apr 19 11:39:19 UTC 2018


Quoting Tvrtko Ursulin (2018-04-19 11:43:25)
> 
> On 19/04/2018 08:17, Chris Wilson wrote:
> > In the next patch, we want to store the intel_context pointer inside
> > i915_request, as it is frequently access via a convoluted dance when
> > submitting the request to hw. Having two context pointers inside
> > i915_request leads to confusion so first rename the existing
> > i915_gem_context pointer to i915_request.gem_context.
> 
> Did you do this manually or with spatch? If spatch then please paste the 
> rule in commit message.

Oh no, by hand. I still find it quicker to do search and replace in vim
than find then decypher spatch documentation ;)
-Chris


More information about the Intel-gfx mailing list