]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Do not warn on PG2 enabled in gen9_disable_dc5()
authorPatrik Jakobsson <patrik.jakobsson@linux.intel.com>
Mon, 9 Nov 2015 15:48:23 +0000 (16:48 +0100)
committerImre Deak <imre.deak@intel.com>
Tue, 17 Nov 2015 18:55:19 +0000 (20:55 +0200)
commitbf5b505a53f4cd29220b8dfe7b2749c0c5be7f0b
tree16634f0a0a322cee12679e0ad22c8feae215b254
parent84d78e11e1c8bbe3445ef3817eb177f2ee7e0831
drm/i915: Do not warn on PG2 enabled in gen9_disable_dc5()

PG2 enabled is not a requirement for disabling DC5. It's just one
of the reasons why the DMC wouldn't enter DC5. During modeset we don't
care about PG2 from a DC perspective, only the fact that DC5/DC6 is not
allowed.

Signed-off-by: Patrik Jakobsson <patrik.jakobsson@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1447084107-8521-9-git-send-email-patrik.jakobsson@linux.intel.com
drivers/gpu/drm/i915/intel_runtime_pm.c