drm/i915: Leave engine parking to the engines
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 2 May 2019 15:00:24 +0000 (16:00 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 3 May 2019 10:35:33 +0000 (11:35 +0100)
commitd69ebf4082e993d473f82bd630bb4d6e38f6fee7
treedc9b7ab3f12af3493aae69c5a2f0e4f95e51ef38
parentc34c5bca331adc6dcdff81577383df463b4c475c
drm/i915: Leave engine parking to the engines

Drop the check in GEM parking that the engines were already parked. The
intention here was that before we dropped the GT wakeref, we were sure
that no more interrupts could be raised -- however, we have already
dropped the wakeref by this point and the warning is no longer valid.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190502150024.16636-2-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_gem_pm.c