✓ CI.checkpatch: success for drm/xe: Call invalidation_fence_fini for PT inval fences in error state

Patchwork patchwork at emeril.freedesktop.org
Fri Dec 6 02:00:58 UTC 2024


== Series Details ==

Series: drm/xe: Call invalidation_fence_fini for PT inval fences in error state
URL   : https://patchwork.freedesktop.org/series/142204/
State : success

== Summary ==

+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 1ffedee345058fbe9f90925b91e82c706d950b07
Author: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Date:   Thu Dec 5 17:50:22 2024 -0800

    drm/xe: Call invalidation_fence_fini for PT inval fences in error state
    
    Invalidation_fence_init takes a PM reference, which is released in its
    _fini counterpart, so we need to make sure that the latter is called,
    even if the fence is in an error state.
    
    Since we already have a function that calls _fini() and signals the
    fence in the tlb inval code, we can expose that and call it from the PT
    code.
    
    Fixes: f002702290fc ("drm/xe: Hold a PM ref when GT TLB invalidations are inflight")
    Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
    Cc: Matthew Brost <matthew.brost at intel.com>
    Cc: Nirmoy Das <nirmoy.das at intel.com>
    Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch 784dd0b20e39add60971ccdd5d2f7f3c27cf37bb drm-intel
1ffedee34505 drm/xe: Call invalidation_fence_fini for PT inval fences in error state




More information about the Intel-xe mailing list