]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Remove defunct intel_suspend_gt_powersave()
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 23 Mar 2019 21:40:09 +0000 (21:40 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Sun, 24 Mar 2019 21:29:44 +0000 (21:29 +0000)
commit60ceded3077770deb2fdd82b02e0eaf9ed9fafdd
treed0988c5b680065f62312fb613a556d3d7b2e7380
parent647378ca445e7ffeddd69a61694d27f9ed29c1cf
drm/i915: Remove defunct intel_suspend_gt_powersave()

Since commit 602397b36e7a ("drm/i915: Defer enabling rc6 til after we
submit the first batch/context"), intel_suspend_gt_powersave() has been
a no-op. As we still do not need to do anything explicitly on suspend
(we do everything required on idling), remove the defunct function.

References: 602397b36e7a ("drm/i915: Defer enabling rc6 til after we submit the first batch/context")
Suggested-by: "Hiatt, Don" <don.hiatt@intel.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Sagar Arun Kamble <sagar.a.kamble@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190323214009.23294-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_gem.c
drivers/gpu/drm/i915/intel_drv.h
drivers/gpu/drm/i915/intel_pm.c