Re: [Intel-gfx] [PATCH 09/33] drm/i915/gt: Mark ring->vma as active while pinned

2019-12-12 Thread Lionel Landwerlin
On 12/12/2019 16:04, Chris Wilson wrote: As we use the active state to keep the vma alive while we are reading its contents during GPU error capture, we need to mark the ring->vma as active during execution if we want to include the rinbuffer in the error state. Reported-by: Lionel Landwerlin F

[Intel-gfx] [PATCH 09/33] drm/i915/gt: Mark ring->vma as active while pinned

2019-12-12 Thread Chris Wilson
As we use the active state to keep the vma alive while we are reading its contents during GPU error capture, we need to mark the ring->vma as active during execution if we want to include the rinbuffer in the error state. Reported-by: Lionel Landwerlin Fixes: b1e3177bd1d8 ("drm/i915: Coordinate i