✓ CI.checkpatch: success for drm/xe: Reduce GGTT display pinning latency.

Patchwork patchwork at emeril.freedesktop.org
Tue Mar 5 13:18:04 UTC 2024


== Series Details ==

Series: drm/xe: Reduce GGTT display pinning latency.
URL   : https://patchwork.freedesktop.org/series/130739/
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
7d6fb25447372de10c7d82d450bf95e4b2e2a0ab
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 61e1865fece40c66451dfedd60f6ac7d701b09ba
Author: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Date:   Tue Mar 5 14:12:50 2024 +0100

    drm/xe: Move xe_ggtt_invalidate out from ggtt->lock
    
    Considering the caller of the GGTT functions should keep the
    backing storage alive before the function completes, it's not
    necessary to invalidate with the GGTT lock held. This just adds
    latency for every user of the GGTT.
    
    Signed-off-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
+ /mt/dim checkpatch 1d6fe19a74ebc7356b6cbed32aa1dedb215b4aff drm-intel
78169bdff307 fix "drm/xe: Cleanup some layering in GGTT"
026c6e214f64 drm/xe: Do not grab forcewakes when issuing GGTT TLB invalidation via GuC
9e04fecb0fd9 drm/xe: Do not perform GuC TLB invalidation for display GGTT
61e1865fece4 drm/xe: Move xe_ggtt_invalidate out from ggtt->lock




More information about the Intel-xe mailing list