✓ CI.checkpatch: success for drm/xe: Kill xe_device_mem_access_{get*,put}
Patchwork
patchwork at emeril.freedesktop.org
Thu Apr 18 13:06:27 UTC 2024
== Series Details ==
Series: drm/xe: Kill xe_device_mem_access_{get*,put}
URL : https://patchwork.freedesktop.org/series/132601/
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
f5fb02e01091a469b6325b72a47b3a0a1e96309c
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 341aa991fd1d263d47b9735876d6af36ff20dc63
Author: Rodrigo Vivi <rodrigo.vivi at intel.com>
Date: Thu Apr 18 08:53:07 2024 -0400
drm/xe: Kill xe_device_mem_access_{get*,put}
Let's simply convert all the current callers towards direct
xe_pm_runtime access and remove this extra layer of indirection.
No functional change is expected with this patch since
xe_mem_access_get was already using the xe_pm_runtime_get_noresume
at this point.
v2: Convert all the current callers instead of a big refactor
at once.
v3: - Rebased
- Squashed the GSC/HDCP
- Added a new case: sriov_pf_policy
- Improved commit message to highlight that
there's no functional change in this patch.
Reviewed-by: Matthew Auld <matthew.auld at intel.com> #v2
Cc: Suraj Kandpal <suraj.kandpal at intel.com>
Cc: Michal Wajdeczko <michal.wajdeczko at intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch 4eddedf2b31be4f2280a7c42966eaf9b6cb251a8 drm-intel
341aa991fd1d drm/xe: Kill xe_device_mem_access_{get*,put}
More information about the Intel-xe
mailing list