drm/i915: Remove unwarranted clamping for hsw/bdw
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 18 Apr 2019 20:53:58 +0000 (21:53 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 19 Apr 2019 07:24:09 +0000 (08:24 +0100)
commit844e33135d3a17686e167af2b6e653a4721c26e5
tree1c89f4f7e97f1627d35a060f8c303ba6624c5949
parent26ddc068de47e2a7cbbd06c915dca7a0dc22c499
drm/i915: Remove unwarranted clamping for hsw/bdw

We always start off at an "efficient frequency" and can let the system
autotune from there, eliminating the need to clamp the available range.

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/20190418205358.11450-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/intel_pm.c