Re: [Intel-gfx] [PATCH 1/4] drm/i915: Check i915_active wait status after flushing

2020-01-23 Thread Chris Wilson
Quoting Chris Wilson (2020-01-22 18:42:46) > Double check that the i915_active is finally idle after waiting, and > flushing its callback, just in case we need to re-activate it, for > example to keep the vma alive a bit longer due to last minute HW > activity (e.g. saving the context before unbind

[Intel-gfx] [PATCH 1/4] drm/i915: Check i915_active wait status after flushing

2020-01-22 Thread Chris Wilson
Double check that the i915_active is finally idle after waiting, and flushing its callback, just in case we need to re-activate it, for example to keep the vma alive a bit longer due to last minute HW activity (e.g. saving the context before unbinding). Closes: https://gitlab.freedesktop.org/drm/i