]> git.karo-electronics.de Git - linux-beck.git/commit
drm/i915/skl: Updated intel_gpu_freq() and intel_freq_opcode()
authorAkash Goel <akash.goel@intel.com>
Fri, 6 Mar 2015 05:37:15 +0000 (11:07 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 17 Mar 2015 21:30:22 +0000 (22:30 +0100)
commit80b6dda453cd27071950f28862134dea832573ec
tree2cfd3f25c296a1048e4ffddee7b927795042ce22
parentde43ae9dd263d50addd2c76b507dc0d1f1c5a1b3
drm/i915/skl: Updated intel_gpu_freq() and intel_freq_opcode()

On SKL, frequency is specified in units of 16.66 MHZ.
Updated the intel_gpu_freq() and intel_freq_opecode() functions
to do the conversion appropriately.

Signed-off-by: Akash Goel <akash.goel@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_pm.c