commit | 48cb91203e1811e24532ab9204d45f645b69a0e7 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sat Feb 18 15:00:50 2017 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Mon Feb 20 10:21:48 2017 +0000 |
tree | 50ca31821a4b862460ec4429b833aa08e49c5e23 | |
parent | 5a55b527af43423fea51e9927185a1a6e9c80ee7 [diff] |
drm/i915: Remove unneeded struct_mutex around rpm We don't need struct_mutex for acquiring an rpm wakeref, and do not need to serialise those register read (it's the wrong mutex for those registers in any case). Begone! Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/20170218150050.10414-1-chris@chris-wilson.co.uk Reviewed-by: Radoslaw Szwichtenberg <radoslaw.szwichtenberg@intel.com>