]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/skl: Updated the gen6_set_rps function
authorAkash Goel <akash.goel@intel.com>
Fri, 6 Mar 2015 05:37:17 +0000 (11:07 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 17 Mar 2015 21:30:23 +0000 (22:30 +0100)
commit6741a66035a20417da757032d5e8ccbf8d4e7f82
tree2deaa791e740bebe767fe0c1d75081cf9956e8d9
parentf8f1f09937eb83c41a271a4adfc92f0ab91bc06d
drm/i915/skl: Updated the gen6_set_rps function

On SKL, the frequency is programmed differently in RPNSWREQ (A008)
register (from bits 23 to 31, compared to bits 24 to 31). So updated
the gen6_set_rps function, as per this change.

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