✗ CI.checkpatch: warning for drm/xe/xe_vm: Implement xe_vm_get_property_ioctl (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Thu Feb 27 21:01:49 UTC 2025
== Series Details ==
Series: drm/xe/xe_vm: Implement xe_vm_get_property_ioctl (rev2)
URL : https://patchwork.freedesktop.org/series/145529/
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
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit c8b00f1c27ee4cfece6e9586a471129f4f1afa88
Author: Jonathan Cavitt <jonathan.cavitt at intel.com>
Date: Thu Feb 27 19:14:57 2025 +0000
drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
Add support for userspace to get various properties from a specified VM.
The currently supported properties are:
- The number of engine resets the VM has observed
- The number of exec queue bans the VM has observed, up to the last 50
relevant ones, in total.
- The number of exec queue bans the VM has observed, up to the last 50
relevant ones, that were caused by faults.
The latter two requests also include information on the exec queue bans
themselves, such as the ID of the banned exec queue and, when relevant,
the faulting address, address type, and address precision.
Signed-off-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
+ /mt/dim checkpatch 6badede10d92c242241bd7bf59a5488b5eba5aa7 drm-intel
efc01e20f6c6 drm/xe/xe_gt_pagefault: Disallow writes to read-only VMAs
d8ba0f875c82 drm/xe/xe_exec_queue: Add ID param to exec queue struct
b6a74de29944 drm/xe/xe_gt_pagefault: Migrate pagefault struct to header
7028f11f2ae7 drm/xe/xe_vm: Add per VM pagefault info
1b2b12d7adb2 drm/xe/xe_vm: Add per VM reset stats
80352f548a2b drm/xe/uapi: Define drm_xe_vm_get_property
-:34: WARNING:LONG_LINE: line length of 130 exceeds 100 columns
#34: FILE: include/uapi/drm/xe_drm.h:122:
+#define DRM_IOCTL_XE_VM_GET_PROPERTY DRM_IOWR(DRM_COMMAND_BASE + DRM_XE_VM_GET_PROPERTY, struct drm_xe_vm_get_property)
total: 0 errors, 1 warnings, 0 checks, 91 lines checked
e241d5ce32af drm/xe/xe_gt_pagefault: Add address_type field to pagefaults
c8b00f1c27ee drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
More information about the Intel-xe
mailing list