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)
commitdd19f6bf9245dd17fa9e7f89ceda56c930a130d4
treed0988c5b680065f62312fb613a556d3d7b2e7380
parent47c3b5e9b38b9da8db62d8c354be722852ea9d83
drm/i915: Remove defunct intel_suspend_gt_powersave()

Since commit b7137e0cf1e5 ("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: b7137e0cf1e5 ("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