== Series Details ==

Series: series starting with [01/14] drm/i915/icl: Introduce initial Icelake 
Workarounds
URL   : https://patchwork.freedesktop.org/series/41247/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
0dbd53fd7f8c drm/i915/icl: Introduce initial Icelake Workarounds
-:6: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description 
(prefer a maximum 75 chars per line)
#6: 
Inherit workarounds from previous platforms that are still valid for Icelake.

-:37: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'dev_priv' - possible 
side-effects?
#37: FILE: drivers/gpu/drm/i915/i915_drv.h:2467:
+#define IS_ICL_REVID(dev_priv, since, until) \
+       (IS_ICELAKE(dev_priv) && IS_REVID(dev_priv, since, until))

total: 0 errors, 1 warnings, 1 checks, 112 lines checked
0070d9f6a54e drm/i915/icl: WaGAPZPriorityScheme
612cf4f0cfa9 drm/i915/icl: WaModifyGamTlbPartitioning
d557f2334dca drm/i915/icl: WaL3BankAddressHashing
82b0e05d8d4c drm/i915/icl: WaDisableCleanEvicts
-:23: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#23: FILE: drivers/gpu/drm/i915/i915_reg.h:7181:
+#define  GEN11_LQSC_CLEAN_EVICT_DISABLE                (1<<6)
                                                          ^

total: 0 errors, 0 warnings, 1 checks, 19 lines checked
1f0de8d1cf64 drm/i915/icl: WaDisableImprovedTdlClkGating
-:25: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#25: FILE: drivers/gpu/drm/i915/i915_reg.h:8254:
+#define   GEN11_TDL_CLOCK_GATING_FIX_DISABLE   (1<<1)
                                                  ^

total: 0 errors, 0 warnings, 1 checks, 20 lines checked
8f02830b2c95 drm/i915/icl: WaCL2SFHalfMaxAlloc
-:6: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description 
(prefer a maximum 75 chars per line)
#6: 
This workarounds an issue with insufficient storage for the CL2 and SF units.

total: 0 errors, 1 warnings, 0 checks, 23 lines checked
0fa4530e8474 drm/i915/icl: WaDisCtxReload
1ae846bffbf6 drm/i915/icl: WaSendPushConstantsFromMMIO
5fe0770ab25c drm/i915/icl: WaAllowUMDToModifyHalfSliceChicken2
dd4eb78cd9d2 drm/i915/icl: WaAllowUMDToModifyHalfSliceChicken7
09f56bc1d1b4 drm/i915/icl: WaAllowUmdWriteTRTTRootTable
7ec11968e4ba drm/i915/icl: WaEnableStateCacheRedirectToCS
c8c87325e876 drm/i915/icl: Enable Sampler DFR

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to