== Series Details == Series: i915: Introduce Xe_HP compute engines URL : https://patchwork.freedesktop.org/series/94450/ State : warning == Summary == $ dim checkpatch origin/drm-tip f33a9b39f861 drm/i915/xehp: Define compute class and engine -:13: WARNING:BAD_SIGN_OFF: Non-standard signature: Original-patch-by: #13: Original-patch-by: Michel Thierry -:13: ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Michel Thierry' #13: Original-patch-by: Michel Thierry total: 1 errors, 1 warnings, 0 checks, 150 lines checked 5f332495a86f drm/i915/xehp: CCS shares the render reset domain -:16: WARNING:BAD_SIGN_OFF: Non-standard signature: Original-patch-by: #16: Original-patch-by: Michel Thierry -:16: ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Michel Thierry' #16: Original-patch-by: Michel Thierry total: 1 errors, 1 warnings, 0 checks, 10 lines checked 0b6621dcfaa4 drm/i915/xehp: Add Compute CS IRQ handlers -:15: WARNING:BAD_SIGN_OFF: Non-standard signature: Original-patch-by: #15: Original-patch-by: Michel Thierry -:15: ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Michel Thierry' #15: Original-patch-by: Michel Thierry total: 1 errors, 1 warnings, 0 checks, 68 lines checked d2323e9fcd91 drm/i915/xehp: CCS should use RCS setup functions -:19: WARNING:BAD_SIGN_OFF: Non-standard signature: Original-patch-by: #19: Original-patch-by: Michel Thierry -:19: ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Michel Thierry' #19: Original-patch-by: Michel Thierry -:173: CHECK:SPACING: spaces preferred around that '+' (ctx:VxV) #173: FILE: drivers/gpu/drm/i915/i915_reg.h:444: +#define GEN8_R_PWR_CLK_STATE(base) _MMIO((base)+0xc8) ^ total: 1 errors, 1 warnings, 1 checks, 107 lines checked cdf7c042c226 drm/i915/xehp: compute engine pipe_control -:94: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV) #94: FILE: drivers/gpu/drm/i915/gt/intel_gpu_commands.h:226: +#define PIPE_CONTROL_AMFS_FLUSH (1<<25) /* gen12+ */ ^ -:99: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV) #99: FILE: drivers/gpu/drm/i915/gt/intel_gpu_commands.h:231: +#define PIPE_CONTROL_GLOBAL_SNAPSHOT_RESET (1<<19) ^ -:101: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV) #101: FILE: drivers/gpu/drm/i915/gt/intel_gpu_commands.h:233: +#define PIPE_CONTROL_PSD_SYNC (1<<17) /* gen11+ */ ^ total: 0 errors, 0 warnings, 3 checks, 91 lines checked f496f5a5ad27 drm/i915/xehp: Define context scheduling attributes in lrc descriptor -:17: WARNING:BAD_SIGN_OFF: Non-standard signature: Original-patch-by: #17: Original-patch-by: Michel Thierry -:17: ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Michel Thierry' #17: Original-patch-by: Michel Thierry total: 1 errors, 1 warnings, 0 checks, 56 lines checked 95bf9aa2b2bc drm/i915/xehp: Enable ccs/dual-ctx in RCU_MODE -:10: WARNING:BAD_SIGN_OFF: Non-standard signature: Original-patch-by: #10: Original-patch-by: Michel Thierry -:10: ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Michel Thierry' #10: Original-patch-by: Michel Thierry -:44: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #44: FILE: drivers/gpu/drm/i915/gt/intel_execlists_submission.c:2895: + intel_uncore_write(engine->uncore, GEN12_RCU_MODE, + _MASKED_BIT_ENABLE(GEN12_RCU_MODE_CCS_ENABLE)); -:88: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #88: FILE: drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c:2371: + intel_uncore_write(engine->uncore, GEN12_RCU_MODE, + _MASKED_BIT_ENABLE(GEN12_RCU_MODE_CCS_ENABLE)); total: 1 errors, 1 warnings, 2 checks, 85 lines checked a90e6b8ea6b8 drm/i915/xehp: Extend uninterruptible OpenCL workloads to CCS