Re: [Intel-gfx] [PATCH] drm/i915/gt: Remove errant assertion in __intel_context_do_pin

2020-05-20 Thread Joonas Lahtinen
Quoting Chris Wilson (2020-05-20 10:30:48) > This assertion was removed in b412c63f1cba ("drm/i915/gt: Report > context-is-closed prior to pinning"), but accidentally restored by a > cherry-pick into drm-next and now has percolated back to > drm-intel-next-queued. > > Fixes: 2e46a2a0b014

[Intel-gfx] [PATCH] drm/i915/gt: Remove errant assertion in __intel_context_do_pin

2020-05-20 Thread Chris Wilson
This assertion was removed in b412c63f1cba ("drm/i915/gt: Report context-is-closed prior to pinning"), but accidentally restored by a cherry-pick into drm-next and now has percolated back to drm-intel-next-queued. Fixes: 2e46a2a0b014 ("drm/i915: Use explicit flag to mark unreachable