Re: [Intel-gfx] [PATCH 4/4] drm/i915/gem: Always test execution status on closing the context

2020-09-25 Thread Tvrtko Ursulin
On 25/09/2020 11:05, Chris Wilson wrote: Quoting Tvrtko Ursulin (2020-09-24 15:26:56) On 16/09/2020 10:42, Chris Wilson wrote: Verify that if a context is active at the time it is closed, that it is either persistent and preemptible (with hangcheck running) or it shall be removed from

Re: [Intel-gfx] [PATCH 4/4] drm/i915/gem: Always test execution status on closing the context

2020-09-25 Thread Chris Wilson
Quoting Tvrtko Ursulin (2020-09-24 15:26:56) > > On 16/09/2020 10:42, Chris Wilson wrote: > > Verify that if a context is active at the time it is closed, that it is > > either persistent and preemptible (with hangcheck running) or it shall > > be removed from execution. > > > > Fixes:

Re: [Intel-gfx] [PATCH 4/4] drm/i915/gem: Always test execution status on closing the context

2020-09-24 Thread Tvrtko Ursulin
On 16/09/2020 10:42, Chris Wilson wrote: Verify that if a context is active at the time it is closed, that it is either persistent and preemptible (with hangcheck running) or it shall be removed from execution. Fixes: 9a40bddd47ca ("drm/i915/gt: Expose heartbeat interval via sysfs") Testcase:

[Intel-gfx] [PATCH 4/4] drm/i915/gem: Always test execution status on closing the context

2020-09-16 Thread Chris Wilson
Verify that if a context is active at the time it is closed, that it is either persistent and preemptible (with hangcheck running) or it shall be removed from execution. Fixes: 9a40bddd47ca ("drm/i915/gt: Expose heartbeat interval via sysfs") Testcase: igt/gem_ctx_persistence/heartbeat-close