[Intel-xe] ✗ CI.checkpatch: warning for uAPI Alignment - Cleanup and future proof (rev6)

Patchwork patchwork at emeril.freedesktop.org
Thu Nov 30 23:27:57 UTC 2023


== Series Details ==

Series: uAPI Alignment - Cleanup and future proof (rev6)
URL   : https://patchwork.freedesktop.org/series/126535/
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
6030b24c1386b00de8187b5fb987e283a57b372a
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 448ed4b1ed3fb4d214eb39e988326ffd6daeeabd
Author: Rodrigo Vivi <rodrigo.vivi at intel.com>
Date:   Thu Nov 30 18:39:55 2023 +0000

    drm/xe/uapi: Kill exec_queue_set_property
    
    All the properties should be immutable and set upon exec_queue creation
    using the existent extension. So, let's kill this useless and dangerous
    uapi.
    
    Cc: Francois Dugast <francois.dugast at intel.com>
    Cc: José Roberto de Souza <jose.souza at intel.com>
    Cc: Matthew Brost <matthew.brost at intel.com>
    Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Reviewed-by: José Roberto de Souza <jose.souza at intel.com>
    Signed-off-by: Francois Dugast <francois.dugast at intel.com>
+ /mt/dim checkpatch 84f2c2adec155170779f65ff63b4e80a51d22448 drm-intel
93894cede drm/xe: Extend drm_xe_vm_bind_op
48e8af98c drm/xe/uapi: Separate bo_create placement from flags
8a6bfb74e drm/xe: Make DRM_XE_DEVICE_QUERY_ENGINES future proof
d45f0f84c drm/xe/uapi: Reject bo creation of unaligned size
31997439a drm/xe/uapi: Align on a common way to return arrays (memory regions)
17ea72409 drm/xe/uapi: Align on a common way to return arrays (gt)
253260e9b drm/xe/uapi: Align on a common way to return arrays (engines)
1c64a62e9 drm/xe/uapi: Split xe_sync types from flags
36123169d drm/xe/uapi: Kill tile_mask
be0660b31 drm/xe/uapi: Crystal Reference Clock updates
948d6f59f drm/xe/uapi: Add Tile ID information to the GT info query
c539d0e5a drm/xe/uapi: Fix various struct padding for 64b alignment
8a8a74b5c drm/xe/uapi: Move xe_exec after xe_exec_queue
-:55: WARNING:LONG_LINE: line length of 107 exceeds 100 columns
#55: FILE: include/uapi/drm/xe_drm.h:124:
+#define DRM_IOCTL_XE_EXEC			DRM_IOW(DRM_COMMAND_BASE + DRM_XE_EXEC, struct drm_xe_exec)

total: 0 errors, 1 warnings, 0 checks, 28 lines checked
e7a06f46d drm/xe/uapi: Use LR abbrev for long-running vms
843078c1e drm/xe: Remove unused extension definition
448ed4b1e drm/xe/uapi: Kill exec_queue_set_property




More information about the Intel-xe mailing list