commit | d8be1357edc891b4259e3ecc1b831452361379ac | [log] [tgz] |
---|---|---|
author | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | Thu Dec 16 15:27:43 2021 +0100 |
committer | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | Tue Dec 21 13:27:29 2021 +0100 |
tree | cf348e15ef711330a081d684404b172e7604063b | |
parent | be7612fd6665f5ef3f6c89e78bb4ec4dbff6cd16 [diff] |
drm/i915: Add ww ctx to i915_gem_object_trylock This is required for i915_gem_evict_vm, to be able to evict the entire VM, including objects that are already locked to the current ww ctx. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Reviewed-by: Matthew Auld <matthew.auld@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20211216142749.1966107-12-maarten.lankhorst@linux.intel.com