drm/i915: convert force_wake_get to func pointer in the gpu reset code
authorDaniel Vetter <daniel@ffwll.ch>
Sat, 14 Jan 2012 00:20:06 +0000 (16:20 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 14 Jan 2012 00:20:06 +0000 (16:20 -0800)
commit8109021313c7a3d8947677391ce6ab9cd0bb1d28
tree65f80997225cecdf43ab2a7f7ae0817d169bc3f0
parent00c2064b7766c4e24af42e21da1903aedc8ca4c0
drm/i915: convert force_wake_get to func pointer in the gpu reset code

This was forgotten in the original multi-threaded forcewake
conversion:

commit 8d715f0024f64ad1b1be85d8c081cf577944c847
Author: Keith Packard <keithp at keithp.com>
Date:   Fri Nov 18 20:39:01 2011 -0800

    drm/i915: add multi-threaded forcewake support

Signed-Off-by: Daniel Vetter <daniel.vetter at ffwll.ch>
Reviewed-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/i915_drv.c