commit | c8f6cfc56fc86999725e71a19d91269482bd2c01 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Nov 01 14:10:07 2019 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Nov 01 14:47:36 2019 +0000 |
tree | bb3f8a3eb7cd34bcf125aff229d83a06c4b3b26a | |
parent | 797a615357ac0feb79c9ce41f5eaac3eb738a51f [diff] |
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