✗ CI.checkpatch: warning for DPLL framework redesign (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Wed Apr 2 08:40:24 UTC 2025
== Series Details ==
Series: DPLL framework redesign (rev2)
URL : https://patchwork.freedesktop.org/series/145380/
State : warning
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
99e5a866b5e13f134e606a3e29d9508d97826fb3
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 15868762c8a0acfbd506f0385c9caf431e99ded7
Author: Suraj Kandpal <suraj.kandpal at intel.com>
Date: Wed Apr 2 14:02:04 2025 +0530
drm/i915/dpll: Rename intel_update_active_dpll
Rename intel_update_active_dpll to intel_dpll_update_active in an
effort to have function names which are exported to start with
filenames they are exported from.
Signed-off-by: Suraj Kandpal <suraj.kandpal at intel.com>
+ /mt/dim checkpatch f0fd77956987f035c79d08c812343a27a655a57b drm-intel
6d389dc3b7a2 drm/i915/dpll: Rename intel_shared_dpll_state
7d821180c8e9 drm/i915/dpll: Rename macro for_each_shared_dpll
-:102: CHECK:MACRO_ARG_REUSE: Macro argument reuse '__display' - possible side-effects?
#102: FILE: drivers/gpu/drm/i915/display/intel_dpll_mgr.h:33:
+#define for_each_dpll(__display, __pll, __i) \
for ((__i) = 0; (__i) < (__display)->dpll.num_shared_dpll && \
((__pll) = &(__display)->dpll.shared_dplls[(__i)]) ; (__i)++)
-:102: CHECK:MACRO_ARG_REUSE: Macro argument reuse '__i' - possible side-effects?
#102: FILE: drivers/gpu/drm/i915/display/intel_dpll_mgr.h:33:
+#define for_each_dpll(__display, __pll, __i) \
for ((__i) = 0; (__i) < (__display)->dpll.num_shared_dpll && \
((__pll) = &(__display)->dpll.shared_dplls[(__i)]) ; (__i)++)
total: 0 errors, 0 warnings, 2 checks, 81 lines checked
118b57db0a78 drm/i915/dpll: Rename intel_shared_dpll_funcs
c54777679a04 drm/i915/dpll: Rename intel_shared_dpll
35a75716f77c drm/i915/dpll: Move away from using shared dpll
4bbc0d5f6251 drm/i915/dpll: Rename crtc_get_shared_dpll
c046d7908512 drm/i915/dpll: Change argument for enable hook in intel_global_dpll_funcs
1877a99c9263 drm/i915/drm: Rename disable hook in intel_dpll_global_func
16e7b9fa1ebe drm/i915/dpll: Introduce new hook in intel_dpll_global_func
014809e753d9 drm/i915/dpll: Add intel_encoder argument to get_hw_state hook
257612d424b8 drm/i915/dpll: Change arguments for get_freq hook
7a1d1026788d drm/i915/dpll: Rename intel_[enable/disable]_global_dpll
d675005552ca drm/i915/dpll: Rename intel_unreference_dpll_global_crtc
28f28a463697 drm/i915/dpll: Rename intel_<release/reserve>_dpll_globals
0ad1c0f06a81 drm/i915/dpll: Rename intel_compute_dpll_globals
15868762c8a0 drm/i915/dpll: Rename intel_update_active_dpll
More information about the Intel-xe
mailing list