✓ CI.checkpatch: success for series starting with [1/9] drm/xe: Introduce xe_pm_runtime_get_noresume for inner callers
Patchwork
patchwork at emeril.freedesktop.org
Wed Apr 10 02:04:20 UTC 2024
== Series Details ==
Series: series starting with [1/9] drm/xe: Introduce xe_pm_runtime_get_noresume for inner callers
URL : https://patchwork.freedesktop.org/series/132240/
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
10b531c2aeb176a1a539b4a77216232f97719cec
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit ea7b2f5c5e4946c33fdc9521429c987fc9c3a03e
Author: Rodrigo Vivi <rodrigo.vivi at intel.com>
Date: Tue Apr 9 21:58:25 2024 -0400
drm/xe: Ensure all the inner access are using the _noresume variant
At this point mem_access references should be only used as inner
points of the execution and a get with synchronous resume previously
called at an outer point.
So, before killing mem_acces in favor of direct accsess, let's
ensure that we first convert them towards the new _noresume
variant that will WARN us if no inner caller happened.
Reviewed-by: Matthew Auld <matthew.auld at intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch 057ec21a54cddd595a7725fa8731eb4c5bd5abff drm-intel
3ef029b36acc drm/xe: Introduce xe_pm_runtime_get_noresume for inner callers
2bde9affade9 drm/xe: Introduce intel_runtime_pm_get_noresume at compat-i915-headers for display
0d0ead96ffe3 drm/i915/display: convert inner wakeref get towards get_if_in_use
3e3cd9e96e8c drm/xe: Move lockdep protection from mem_access to xe_pm_runtime
e80b7bd022c9 drm/xe: Remove useless mem_access during probe
ed0dcdd69eeb drm/xe: Convert xe_gem_fault to use direct xe_pm_runtime calls
dc9ea35fefda drm/xe: Removing extra mem_access protection from runtime pm
9688f65f68a3 drm/xe: Convert mem_access_if_ongoing to direct xe_pm_runtime_get_if_active
ea7b2f5c5e49 drm/xe: Ensure all the inner access are using the _noresume variant
More information about the Intel-xe
mailing list