]> Git Repo - linux.git/commit
drm/i915: Retire the VMA's fence tracker before unbinding
authorChris Wilson <[email protected]>
Tue, 20 Jun 2017 12:43:19 +0000 (13:43 +0100)
committerDaniel Vetter <[email protected]>
Mon, 26 Jun 2017 07:53:39 +0000 (09:53 +0200)
commitd8462d0ad350ccd399899de051060ee562a5e537
tree7df755e7ff2fe6d89336fa85293621c8f5a7a225
parentc0bc126f97fb929b3ae02c1c62322645d70eb408
drm/i915: Retire the VMA's fence tracker before unbinding

Since we may track unfenced access (GPU access to the vma that
explicitly requires no fence), vma->last_fence may be set without any
attached fence (vma->fence) and so will not be flushed when we call
i915_vma_put_fence(). Since we stopped doing a full retire of the
activity trackers for unbind, we need to explicitly retire each tracker.

Fixes: b0decaf75bd9 ("drm/i915: Track active vma requests")
Signed-off-by: Chris Wilson <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Cc: Tvrtko Ursulin <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Tvrtko Ursulin <[email protected]>
(cherry picked from commit 760a898d8069111704e1bd43f00ebf369ae46e57)
Signed-off-by: Daniel Vetter <[email protected]>
drivers/gpu/drm/i915/i915_vma.c
This page took 0.044875 seconds and 4 git commands to generate.