Re: [Intel-gfx] [PATCH 08/17] drm/i915: Remove lrc default desc from GEM context

2019-07-30 Thread Kumar Valsan, Prathap
On Tue, Jul 30, 2019 at 02:30:26PM +0100, Chris Wilson wrote: > We only compute the lrc_descriptor() on pinning the context, i.e. > infrequently, so we do not benefit from storing the template as the > addressing mode is also fixed for the lifetime of the intel_context. > > Signed-off-by: Chris Wi

[Intel-gfx] [PATCH 08/17] drm/i915: Remove lrc default desc from GEM context

2019-07-30 Thread Chris Wilson
We only compute the lrc_descriptor() on pinning the context, i.e. infrequently, so we do not benefit from storing the template as the addressing mode is also fixed for the lifetime of the intel_context. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gem/i915_gem_context.c | 28 ++