commit | 385384a82cb4d9d1725330fde293877c36c1dba2 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Aug 09 08:37:01 2016 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Aug 09 09:11:59 2016 +0100 |
tree | d413b0ebbcfad28c54521dfbd68544bee9b044da | |
parent | 2e7ba01494ea1ec33ae7d7f5f124975818ddb825 [diff] |
drm/i915: Wrap the protected active RCU dereference in a helper As we do the lockdep protected RCU lookup in a couple of places, refactor that code to a common helper i915_gem_active_raw(). Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1470728222-10243-2-git-send-email-chris@chris-wilson.co.uk