]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3fdb37cc7bca5a4e2b4ee1bc24bf7e9b67473e07
treedc9b7ab3f12af3493aae69c5a2f0e4f95e51ef38
parentd43baa49038a5fb178aec80e52a7bb56323d9db9
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