]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: call assert_device_not_suspended at gen6_force_wake_work
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 21 Feb 2014 16:52:25 +0000 (13:52 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 5 Mar 2014 20:30:18 +0000 (21:30 +0100)
commit99af7e8f59f8dff8ac98415d0ef65a95d5604e8d
treeacd61e62555299340a0d5763a9cfc4efa4f53cac
parentfb5f618c4a156d3cff51bca27ad007ded334d218
drm/i915: call assert_device_not_suspended at gen6_force_wake_work

Because we shouldn't be runtime suspended when forcewake is supposed
to be enabled.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
[danvet: Update commit message - no WARN expected since the bugfix for
issues hit with this assert is already in. And resolve conflicts with
the change from worker to timer for the delayed fw release.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_uncore.c