== Series Details == Series: drm/i915/cmdparser: Whitelist INSTPM instruction parsing disable bits URL : https://patchwork.freedesktop.org/series/43420/ State : warning == Summary == $ dim checkpatch origin/drm-tip 2fac9bc00108 drm/i915/cmdparser: Whitelist INSTPM instruction parsing disable bits -:44: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV) #44: FILE: drivers/gpu/drm/i915/i915_reg.h:2534: +#define INSTPM_3D_MEDIA_INSTRUCTION_DISABLE (1<<3) /* GEN6+ */ ^ -:45: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV) #45: FILE: drivers/gpu/drm/i915/i915_reg.h:2535: +#define INSTPM_3D_RENDERING_INSTRUCTION_DISABLE (1<<2) /* GEN6+ */ ^ -:46: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV) #46: FILE: drivers/gpu/drm/i915/i915_reg.h:2536: +#define INSTPM_3D_STATE_INSTRUCTION_DISABLE (1<<1) /* GEN6+ */ ^ total: 0 errors, 0 warnings, 3 checks, 23 lines checked _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx