== Series Details == Series: drm/i915: Add Exec param to control data port coherency. (rev2) URL : https://patchwork.freedesktop.org/series/40181/ State : warning == Summary == $ dim checkpatch origin/drm-tip 415de02a8f37 drm/i915: Add Exec param to control data port coherency. -:14: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #14: coherency at data port level. Keeping the coherency at that level is disabled -:175: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #175: FILE: drivers/gpu/drm/i915/i915_gem_execbuffer.c:2255: + DRM_DEBUG("Data Port Coherency is not available on %s\n", + eb.engine->name); -:189: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #189: FILE: drivers/gpu/drm/i915/i915_gem_execbuffer.c:2388: + err = intel_lr_context_modify_data_port_coherency(eb.request, + (args->flags & I915_EXEC_DATA_PORT_COHERENT) != 0); -:236: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #236: FILE: drivers/gpu/drm/i915/intel_lrc.c:290: +intel_lr_context_modify_data_port_coherency(struct i915_request *req, + bool enable) -:295: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV) #295: FILE: include/uapi/drm/i915_drm.h:1059: +#define I915_EXEC_DATA_PORT_COHERENT (1<<20) ^ -:297: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV) #297: FILE: include/uapi/drm/i915_drm.h:1061: +#define __I915_EXEC_UNKNOWN_FLAGS (-(I915_EXEC_DATA_PORT_COHERENT<<1)) ^ total: 0 errors, 1 warnings, 5 checks, 135 lines checked _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx