Re: [Intel-gfx] [PATCH 07/22] drm/i915/gt: Stop holding onto the pinned_default_state

2020-05-05 Thread Chris Wilson
Quoting Andi Shyti (2020-05-05 21:08:03) > Hi Chris, > > On Mon, May 04, 2020 at 05:48:48AM +0100, Chris Wilson wrote: > > As we only restore the default context state upon banning a context, we > > only need enough of the state to run the ring and nothing more. That is > > we only need our bare p

Re: [Intel-gfx] [PATCH 07/22] drm/i915/gt: Stop holding onto the pinned_default_state

2020-05-05 Thread Andi Shyti
Hi Chris, On Mon, May 04, 2020 at 05:48:48AM +0100, Chris Wilson wrote: > As we only restore the default context state upon banning a context, we > only need enough of the state to run the ring and nothing more. That is > we only need our bare protocontext. > > Signed-off-by: Chris Wilson > Cc:

[Intel-gfx] [PATCH 07/22] drm/i915/gt: Stop holding onto the pinned_default_state

2020-05-03 Thread Chris Wilson
As we only restore the default context state upon banning a context, we only need enough of the state to run the ring and nothing more. That is we only need our bare protocontext. Signed-off-by: Chris Wilson Cc: Tvrtko Ursulin Cc: Mika Kuoppala Cc: Andi Shyti --- drivers/gpu/drm/i915/gt/intel