commit | 7867d709959927e5df04a34f98880e5e394b411d | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Oct 22 15:45:01 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Oct 22 16:23:32 2019 +0100 |
tree | 38b8288f94cb550a6e40514e3cc8ac464ddf01a6 | |
parent | a201b00e5248bb6882ff7ed9e488c999019e729a [diff] |
drm/i915/gem: Distinguish each object type Separate each object class into a separate lock type to avoid lockdep cross-contamination between paths (i.e. userptr!). Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Matthew Auld <matthew.auld@intel.com> Reviewed-by: Matthew Auld <matthew.auld@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191022144501.26486-1-chris@chris-wilson.co.uk