✗ CI.checkpatch: warning for series starting with [RFC,1/2] drm/xe: Add madvise interface
Patchwork
patchwork at emeril.freedesktop.org
Thu Dec 5 12:32:26 UTC 2024
== Series Details ==
Series: series starting with [RFC,1/2] drm/xe: Add madvise interface
URL : https://patchwork.freedesktop.org/series/142164/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 4ad61574bcedfdf2af51e8b7289f2f5be41e5473
Author: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Date: Thu Dec 5 16:16:20 2024 +0530
drm/xe: Add flag for consulting madvise hints on prefetch memory regions
Introduce flag DRM_XE_CONSULT_MEM_ADVISE_PREF_LOC to ensure prefetching
in madvise-advised memory regions
Cc: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Cc: Matthew Brost <matthew.brost at intel.com>
Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
+ /mt/dim checkpatch 320bf1795129fe4fb8127717e92289cd09ce0bfd drm-intel
711e9622a757 drm/xe: Add madvise interface
-:42: WARNING:LONG_LINE: line length of 114 exceeds 100 columns
#42: FILE: include/uapi/drm/xe_drm.h:122:
+#define DRM_IOCTL_XE_MADVISE DRM_IOWR(DRM_COMMAND_BASE + DRM_XE_MADVISE, struct drm_xe_madvise)
total: 0 errors, 1 warnings, 0 checks, 87 lines checked
4ad61574bced drm/xe: Add flag for consulting madvise hints on prefetch memory regions
More information about the Intel-xe
mailing list