commit | 20d5a540e55a29daeef12706f9ee73baf5641c16 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Aug 09 22:33:58 2012 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Sun Aug 12 11:28:49 2012 +0200 |
tree | 71d1ba4e14dd164ef8b9ad5888b630868df35ca5 | |
parent | 126e9be816e7c0322f5dac994f94d65a8fabcc56 [diff] |
drm/i915: don't grab dev->struct_mutex for userspace forcewak Since forcewake is now protected by a spinlock, we don't need to grab dev->struct_mutex any more. This way we can also get rid of a stale comment, noticed by Ben Widawsky while reviewing some locking changes. v2: Kill the unused variable ret, noticed by Fengguang Wu. Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>