[Intel-xe] ✗ CI.checkpatch: warning for NULL bindings aka sparse bindings
Patchwork
patchwork at emeril.freedesktop.org
Thu Jun 8 05:06:04 UTC 2023
== Series Details ==
Series: NULL bindings aka sparse bindings
URL : https://patchwork.freedesktop.org/series/119048/
State : warning
== 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 0822e4e1bcfc4c2f212e900fa6e0cf12bc2f3a5c
Author: Matthew Brost <matthew.brost at intel.com>
Date: Wed Jun 7 22:03:33 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 indended to be used to implement VK sparse bindings,
in particular residencyNonResidentStrict property.
Suggested-by: Paulo Zanoni <paulo.r.zanoni at intel.com>
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch f093641a9cd6fa9a5a8dd6577746904fb9ac9e12 drm-intel
b5b2038ee drm/xe: s/XE_PTE_READ_ONLY/XE_PTE_FLAG_READ_ONLY
4fc275977 drm/xe: Move XE_PTE_FLAG_READ_ONLY to xe_vm_types.h
-:35: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)
total: 1 errors, 0 warnings, 0 checks, 15 lines checked
0822e4e1b drm/xe: NULL binding implementation
-:10: WARNING:TYPO_SPELLING: 'indended' may be misspelled - perhaps 'intended'?
#10:
NULL bindings are indended to be used to implement VK sparse bindings,
^^^^^^^^
-:75: WARNING:TYPO_SPELLING: 'adresses' may be misspelled - perhaps 'addresses'?
#75: FILE: drivers/gpu/drm/xe/xe_pt.c:564:
+ /* null VMA's do not have dma adresses */
^^^^^^^^
-:86: WARNING:TYPO_SPELLING: 'adresses' may be misspelled - perhaps 'addresses'?
#86: FILE: drivers/gpu/drm/xe/xe_pt.c:584:
+ /* null VMA's do not have dma adresses */
^^^^^^^^
total: 0 errors, 3 warnings, 0 checks, 448 lines checked
More information about the Intel-xe
mailing list