]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/i915: Store the HW min frequency as min_freq
authorBen Widawsky <benjamin.widawsky@intel.com>
Thu, 20 Mar 2014 01:31:10 +0000 (18:31 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 20 Mar 2014 13:45:29 +0000 (14:45 +0100)
commit1f05c944e007809d7040a1cc87b16934fedd23f6
treed54c2c223287682cb739d0fb3381c23987c8b80b
parent5a953add43ea62e862ba15b7f969cd838e456949
drm/i915: Store the HW min frequency as min_freq

this leaves a temporarily awkward min_delay (the soft limit) with the
new min_freq (the hardware limit). It's fixed in the next patch.

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_pm.c