On Tue, 8 Jun 2021 at 10:29, Thomas Hellström <[email protected]> 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 <[email protected]> Reviewed-by: Matthew Auld <[email protected]> _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
- [Intel-gfx] [PATCH 0/9] Prereqs for TTM accelerated migr... Thomas Hellström
- [Intel-gfx] [PATCH 1/9] drm/i915: Reference objects... Thomas Hellström
- Re: [Intel-gfx] [PATCH 1/9] drm/i915: Reference... Matthew Auld
- [Intel-gfx] [PATCH 2/9] drm/i915: Break out dma_res... Thomas Hellström
- Re: [Intel-gfx] [PATCH 2/9] drm/i915: Break out... Matthew Auld
- [Intel-gfx] [PATCH 3/9] drm/i915: Introduce a ww tr... 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
- [Intel-gfx] [PATCH 4/9] drm/i915/gt: Add an insert_... Thomas Hellström
- [Intel-gfx] [PATCH 5/9] drm/i915/gt: Add a routine ... Thomas Hellström
- [Intel-gfx] [PATCH 6/9] drm/i915/gt: Export the pin... Thomas Hellström
- [Intel-gfx] [PATCH 7/9] drm/i915/gt: Pipelined page... Thomas Hellström
- Re: [Intel-gfx] [PATCH 7/9] drm/i915/gt: Pipeli... Matthew Auld
