== Series Details == Series: drm/i915: Remove short term pins from execbuf by requiring lock to unbind. (rev2) URL : https://patchwork.freedesktop.org/series/98895/ State : warning == Summary == $ dim checkpatch origin/drm-tip a6f5bc26c327 drm/i915: Call i915_gem_evict_vm in vm_fault_gtt to prevent new ENOSPC errors, v2. 9af9097af047 drm/i915: Add locking to i915_gem_evict_vm(), v3. fe813cc9ca8d drm/i915: Add object locking to i915_gem_evict_for_node and i915_gem_evict_something, v2. -:228: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #228: FILE: drivers/gpu/drm/i915/i915_gem_evict.c:457: + if (dying_vma(vma) || (ww && + (dma_resv_locking_ctx(vma->obj->base.resv) == &ww->ctx))) { total: 0 errors, 0 warnings, 1 checks, 376 lines checked 7cef5f28f4ad drm/i915: Add i915_vma_unbind_unlocked, and take obj lock for i915_vma_unbind, v2. e21d517be475 drm/i915: Remove support for unlocked i915_vma unbind dd1b5fa154d0 drm/i915: Remove short-term pins from execbuf, v6.