]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/chv: Set min freq to RPn on CHV.
authorDeepak S <deepak.s@linux.intel.com>
Fri, 12 Aug 2016 13:16:41 +0000 (18:46 +0530)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 14 Feb 2017 21:23:54 +0000 (23:23 +0200)
commite7376c4f25575ed22d3d124461a4dbaf6ddf27e1
treeef05c783c654ce32e9dfafac590b2c7c0f44656b
parent53d0a840514bb2e856ab8013f837859be0aa558c
drm/i915/chv: Set min freq to RPn on CHV.

With latest Punit FW, vgg input voltag drop falling to minimum is fixed.
So reverting the WA patch & moving to turbo freq opreation range to [RPn -> RP0]

This is not a 1:1 revert of the commit a17684d26bba82d9aaacfef589b70c6df7a222af.
You can refer to commit 580cfdb1ce37 ("drm/i915/chv: remove
pre-production hardware workarounds") as the reason for the discrepancy

commit a17684d26bba82d9aaacfef589b70c6df7a222af
Author: Deepak S <deepak.s@linux.intel.com>
Date:   Sat May 9 18:15:46 2015 +0530

    drm/i915/chv: Set min freq to efficient frequency on chv

v2: Fix inconsistent return type. (Chris)
v3: drop pre-production hw case (Ville)

Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1471007801-86075-1-git-send-email-deepak.s@linux.intel.com
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
drivers/gpu/drm/i915/intel_pm.c