OSDN Git Service

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)
commit96676fe3a18e61ee2d67992da537d6b68f45df66
treeef05c783c654ce32e9dfafac590b2c7c0f44656b
parent64d83e34264bb4eeaf4f0f0fa69b8cf0bc558a7e
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 5b7c91b78b1ce6663e0f1f037f6cb4d7c9537d44.
You can refer to commit 5b5929cbe3f7 ("drm/i915/chv: remove
pre-production hardware workarounds") as the reason for the discrepancy

commit 5b7c91b78b1ce6663e0f1f037f6cb4d7c9537d44
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