✗ CI.checkpatch: warning for drm/xe/xe_vm: Implement xe_vm_get_property_ioctl

Patchwork patchwork at emeril.freedesktop.org
Thu Feb 27 00:12:05 UTC 2025


== Series Details ==

Series: drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
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 ef956f5e0e0f3defc038158f3b241d55e5f9e28d
Author: Jonathan Cavitt <jonathan.cavitt at intel.com>
Date:   Wed Feb 26 22:55:56 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, and how many of those were caused by faults.
    
    The latter request also includes information on the exec queue bans,
    such as the ID of the banned exec queue, whether the ban was caused by a
    pagefault or not, and the address and address type of the associated
    fault (if one exists).
    
    Signed-off-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
    Suggested-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 8541a64154cd8b9c07977dedc1d22883f43279a0 drm-intel
35a2651335bb drm/xe/xe_gt_pagefault: Migrate lookup_vma to xe_vm.h
-:84: CHECK:LINE_SPACING: Please don't use multiple blank lines
#84: FILE: drivers/gpu/drm/xe/xe_vm.h:274:
+
+

total: 0 errors, 0 warnings, 1 checks, 67 lines checked
c27a745e0810 drm/xe/xe_exec_queue: Add ID param to exec queue struct
9716297e102a drm/xe/xe_gt_pagefault: Migrate pagefault struct to header
9839144569cf drm/xe/xe_vm: Add per VM pagefault info
ce0efa900b91 drm/xe/xe_vm: Add per VM reset stats
ef956f5e0e0f drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
-:188: WARNING:LONG_LINE: line length of 129 exceeds 100 columns
#188: FILE: include/uapi/drm/xe_drm.h:122:
+#define DRM_IOCTL_XE_VM_GET_PROPERTY		DRM_IOW(DRM_COMMAND_BASE + DRM_XE_VM_GET_PROPERTY, struct drm_xe_vm_get_property)

total: 0 errors, 1 warnings, 0 checks, 225 lines checked




More information about the Intel-xe mailing list