drm/i915/gem: Leave reloading kernel context on resume to GT
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 1 Nov 2019 14:10:07 +0000 (14:10 +0000)
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
Tue, 5 Nov 2019 14:05:09 +0000 (16:05 +0200)
commit489d1953c12ea4e7b36f20219fb2a6b1896c1f80
tree69345ea6f0d1843e96c73140acce3ed0442f05e8
parentfd6fe087ca470439d554185a2f6bd4d8749bb385
drm/i915/gem: Leave reloading kernel context on resume to GT

As we already do reload the kernel context in intel_gt_resume, repeating
that action inside i915_gem_resume() as well is redundant.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Andi Shyti <andi.shyti@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191101141009.15581-2-chris@chris-wilson.co.uk
(cherry picked from commit c8f6cfc56fc86999725e71a19d91269482bd2c01)
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
drivers/gpu/drm/i915/gem/i915_gem_pm.c