From: Imre Deak Date: Mon, 28 Apr 2014 09:03:59 +0000 (+0300) Subject: drm/i915: bdw: fix RC6 enabled status reporting and disable runtime PM X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~56^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f033579f7759bfb34c082aacbd19a830f1e587cc;p=pandora-kernel.git drm/i915: bdw: fix RC6 enabled status reporting and disable runtime PM On BDW we don't enable RC6 at the moment, but this isn't reflected in the (sanitized) i915.enable_rc6 option. So make enable_rc6 report correctly that RC6 is disabled, which will also effectively disable RPM on BDW (since RPM depends on RC6). Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=77565 Signed-off-by: Imre Deak Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed