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

2020-05-05 Thread Chris Wilson
Quoting Chris Wilson (2020-05-05 10:21:46) > Quoting Mika Kuoppala (2020-05-05 10:12:49) > > > @@ -4166,8 +4163,6 @@ static void __execlists_reset(struct > > > intel_engine_cs *engine, bool stalled) > > >* image back to the expected values to skip over the guilty > > > request. > > >

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

2020-05-05 Thread Chris Wilson
Quoting Mika Kuoppala (2020-05-05 10:12:49) > > @@ -4166,8 +4163,6 @@ static void __execlists_reset(struct intel_engine_cs > > *engine, bool stalled) > >* image back to the expected values to skip over the guilty request. > >*/ > > __i915_request_reset(rq, stalled); > > -

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

2020-05-05 Thread Mika Kuoppala
Chris Wilson writes: > 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 Shy

[Intel-gfx] [CI] drm/i915/gt: Stop holding onto the pinned_default_state

2020-05-04 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