]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: cancel RPS work before disabling RPS
authorJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 23 Apr 2013 17:09:27 +0000 (10:09 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 24 Apr 2013 09:09:13 +0000 (11:09 +0200)
commit250848ca04b734c91f491b7c9b6045d2198a208c
treebd13395e9f252b13e988877a0467508c64828f31
parent52ceb908018d3ac3c19cea85d5e407705f0a79c3
drm/i915: cancel RPS work before disabling RPS

Ville noticed this while doing another review; we may as well cancel
this work just to make sure we don't try anything fancy after disabling
the RPS interfaces.

Reported-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_pm.c