✓ CI.checkpatch: success for drm/gpuvm: Add support for single-page-filled mappings
Patchwork
patchwork at emeril.freedesktop.org
Sun Feb 2 14:21:38 UTC 2025
== Series Details ==
Series: drm/gpuvm: Add support for single-page-filled mappings
URL : https://patchwork.freedesktop.org/series/144229/
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 6b4f3c4b8d4181c3c653ff927da790c661dba0f4
Author: Asahi Lina <lina at asahilina.net>
Date: Sun Feb 2 22:34:53 2025 +0900
drm/gpuvm: Plumb through flags into drm_gpuva_init
Now that drm_gpuva_op_map has a flags field, plumb it through to the
helper that populates a drm_gpuva.
This helper is only used by drm_gpuva_remap(), which in turn is only
used by drivers which do not use flags at all (panthor, imagination),
so this change has no effect on existing drivers.
Signed-off-by: Asahi Lina <lina at asahilina.net>
+ /mt/dim checkpatch 01f54d1da1ffffff78047186f62b5916dfd43939 drm-intel
14dd6a0030d6 drm/gpuvm: Add a flags argument to drm_gpuvm_sm_map[_*]
ad0f4cd5723c drm/gpuvm: Plumb through flags into drm_gpuva_op_map
e4fcde22dc6c drm/gpuvm: Add DRM_GPUVA_SINGLE_PAGE flag and logic
6b4f3c4b8d41 drm/gpuvm: Plumb through flags into drm_gpuva_init
More information about the Intel-xe
mailing list