[Intel-xe] ✓ CI.checkpatch: success for drm/xe: NULL binding implementation
Patchwork
patchwork at emeril.freedesktop.org
Thu Jun 15 19:06:29 UTC 2023
== Series Details ==
Series: drm/xe: NULL binding implementation
URL : https://patchwork.freedesktop.org/series/119401/
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
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit a7176ac12889bde4ba90b5a71d2ed8f57f02f13f
Author: Matthew Brost <matthew.brost at intel.com>
Date: Thu Jun 15 11:34:55 2023 -0700
drm/xe: NULL binding implementation
Add uAPI and implementation for NULL bindings. A NULL binding is defined
as writes dropped and read zero. A single bit in the uAPI has been added
which results in a single bit in the PTEs being set.
NULL bindings are intendedd to be used to implement VK sparse bindings,
in particular residencyNonResidentStrict property.
v2: Fix BUG_ON shown in VK testing, fix check patch warning, fix
xe_pt_scan_64K, update __gen8_pte_encode to understand NULL bindings,
remove else if vma_addr
Suggested-by: Paulo Zanoni <paulo.r.zanoni at intel.com>
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 6d2981d42cd891965094ec7d173203520cfa36f7 drm-intel
a7176ac12 drm/xe: NULL binding implementation
More information about the Intel-xe
mailing list