drm/i915/gt: Remove errant assertion in __intel_context_do_pin
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 20 May 2020 07:30:48 +0000 (08:30 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 20 May 2020 10:53:30 +0000 (11:53 +0100)
commitf2c1061a3677b400a945d9238f17bf33d669acff
tree039cb916b054ca8edf1ec27bfee13f4e2cf1abf4
parenta09e89e9782747f79abc342f3409fef9f23eae9a
drm/i915/gt: Remove errant assertion in __intel_context_do_pin

This assertion was removed in commit 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 intel_context")
Fixes: 2b703bbda271 ("Merge drm/drm-next into drm-intel-next-queued")
References: b412c63f1cba ("drm/i915/gt: Report context-is-closed prior to pinning")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200520073048.2394034-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_context.c