From: Ben Widawsky Date: Wed, 26 Sep 2012 17:34:01 +0000 (-0700) Subject: drm/i915: Workaround to bump rc6 voltage to 450 X-Git-Tag: v3.8-rc1~82^2~192^2~189 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31643d54a739382626c27c0f2a12b3bbc22d1a38;p=pandora-kernel.git drm/i915: Workaround to bump rc6 voltage to 450 BIOS should be setting the minimum voltage for rc6 to be 450mV. Old or buggy BIOSen may not be doing this, so we correct it for them. Ideally customers should update the BIOS as only it would know the optimal values for the platform, so we leave that fact as a DRM_ERROR for the user to see. Unfortunately this isn't fixing any of the issues it was targeted to fix, but it is documented that we must do it. CC: Jesse Barnes CC: Matt Turner Signed-off-by: Ben Widawsky Reviewed-by: Jesse Barnes [danvet: bikeshedded loglevel of the "your bios is broken message" to debug.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed