]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/gt: runtime-pm is no longer required for ce->ops->pin()
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 9 Jan 2020 08:57:17 +0000 (08:57 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 9 Jan 2020 13:48:13 +0000 (13:48 +0000)
commit3908698614a805d899c40d13b570be2e088abe33
tree7eaa09ea6ba0471ceeead353e13b54dc0ff9f3d9
parent10553afbae364f86676ddd426b034a3e72bd3567
drm/i915/gt: runtime-pm is no longer required for ce->ops->pin()

Now that we have moved the runtime-pm management out of
intel_context_acctive_acquire, and that itself out of ce->ops->pin(), no
explicit runtime pm wakeref is required in intel_context_pin().

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200109085717.873326-3-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_context.c