== Series Details == Series: series starting with [CI,01/10] drm/i915: Restore control over ppgtt for context creation ABI URL : https://patchwork.freedesktop.org/series/60909/ State : warning == Summary == $ dim checkpatch origin/drm-tip 0ef328fc3f6f drm/i915: Restore control over ppgtt for context creation ABI -:81: WARNING:LONG_LINE: line over 100 characters #81: FILE: include/uapi/drm/i915_drm.h:420: +#define DRM_IOCTL_I915_GEM_VM_CREATE DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_VM_CREATE, struct drm_i915_gem_vm_control) -:82: WARNING:LONG_LINE: line over 100 characters #82: FILE: include/uapi/drm/i915_drm.h:421: +#define DRM_IOCTL_I915_GEM_VM_DESTROY DRM_IOW (DRM_COMMAND_BASE + DRM_I915_GEM_VM_DESTROY, struct drm_i915_gem_vm_control) -:82: WARNING:SPACING: space prohibited between function name and open parenthesis '(' #82: FILE: include/uapi/drm/i915_drm.h:421: +#define DRM_IOCTL_I915_GEM_VM_DESTROY DRM_IOW (DRM_COMMAND_BASE + DRM_I915_GEM_VM_DESTROY, struct drm_i915_gem_vm_control) -:82: ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #82: FILE: include/uapi/drm/i915_drm.h:421: +#define DRM_IOCTL_I915_GEM_VM_DESTROY DRM_IOW (DRM_COMMAND_BASE + DRM_I915_GEM_VM_DESTROY, struct drm_i915_gem_vm_control) total: 1 errors, 3 warnings, 0 checks, 64 lines checked 9575ded0c3bc drm/i915: Allow a context to define its set of engines -:437: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'p' - possible side-effects? #437: FILE: drivers/gpu/drm/i915/i915_utils.h:110: +#define check_struct_size(p, member, n, sz) \ + likely(__check_struct_size(sizeof(*(p)), \ + sizeof(*(p)->member) + __must_be_array((p)->member), \ + n, sz)) -:437: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'member' - possible side-effects? #437: FILE: drivers/gpu/drm/i915/i915_utils.h:110: +#define check_struct_size(p, member, n, sz) \ + likely(__check_struct_size(sizeof(*(p)), \ + sizeof(*(p)->member) + __must_be_array((p)->member), \ + n, sz)) -:437: CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'member' may be better as '(member)' to avoid precedence issues #437: FILE: drivers/gpu/drm/i915/i915_utils.h:110: +#define check_struct_size(p, member, n, sz) \ + likely(__check_struct_size(sizeof(*(p)), \ + sizeof(*(p)->member) + __must_be_array((p)->member), \ + n, sz)) total: 0 errors, 0 warnings, 3 checks, 428 lines checked f90be06f5e03 drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[] 3a239b80d39c drm/i915: Re-expose SINGLE_TIMELINE flags for context creation eed623f78dc9 drm/i915: Allow userspace to clone contexts on creation -:213: ERROR:BRACKET_SPACE: space prohibited before open square bracket '[' #213: FILE: drivers/gpu/drm/i915/i915_gem_context.c:1858: +#define MAP(x, y) [ilog2(I915_CONTEXT_CLONE_##x)] = y total: 1 errors, 0 warnings, 0 checks, 235 lines checked 6ba4915637e0 drm/i915: Load balancing across a virtual engine d9d685610224 drm/i915: Apply an execution_mask to the virtual_engine e56185ca2f80 drm/i915: Extend execution fence to support a callback 3669fdc42a2b drm/i915/execlists: Virtual engine bonding 3e0369bc2177 drm/i915: Allow specification of parallel execbuf _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx