On Tue, 8 Jun 2021 at 10:29, Thomas Hellström <thomas.hellst...@linux.intel.com> wrote: > > Since the ww transaction endpoint easily end up far out-of-scope of > the objects on the ww object list, particularly for contending lock > objects, make sure we reference objects on the list so they don't > disappear under us. > > This comes with a performance penalty so it's been debated whether this > is really needed. But I think this is motivated by the fact that locking > is typically difficult to get right, and whatever we can do to make it > simpler for developers moving forward should be done, unless the > performance impact is far too high. > > Signed-off-by: Thomas Hellström <thomas.hellst...@linux.intel.com> Reviewed-by: Matthew Auld <matthew.a...@intel.com>
- [PATCH 0/9] Prereqs for TTM accelerated migration Thomas Hellström
- [PATCH 1/9] drm/i915: Reference objects on the ww o... Thomas Hellström
- Re: [PATCH 1/9] drm/i915: Reference objects on ... Matthew Auld
- [PATCH 2/9] drm/i915: Break out dma_resv ww locking... Thomas Hellström
- Re: [PATCH 2/9] drm/i915: Break out dma_resv ww... Matthew Auld
- [PATCH 3/9] drm/i915: Introduce a ww transaction he... Thomas Hellström
- Re: [Intel-gfx] [PATCH 3/9] drm/i915: Introduce... Matthew Auld
- Re: [Intel-gfx] [PATCH 3/9] drm/i915: Intro... Thomas Hellström
- [PATCH 4/9] drm/i915/gt: Add an insert_entry for ge... Thomas Hellström
- [PATCH 5/9] drm/i915/gt: Add a routine to iterate o... Thomas Hellström
- [PATCH 6/9] drm/i915/gt: Export the pinned context ... Thomas Hellström
- [PATCH 7/9] drm/i915/gt: Pipelined page migration Thomas Hellström
- Re: [Intel-gfx] [PATCH 7/9] drm/i915/gt: Pipeli... Matthew Auld