✗ Fi.CI.CHECKPATCH: warning for drm/connector: Expose only a properly inited connector
Patchwork
patchwork at emeril.freedesktop.org
Wed Dec 11 23:33:22 UTC 2024
== Series Details ==
Series: drm/connector: Expose only a properly inited connector
URL : https://patchwork.freedesktop.org/series/142445/
State : warning
== Summary ==
Error: dim checkpatch failed
f8b5a1808248 drm/connector: Add a way to init/add a connector in separate steps
42da5fe8446c drm/connector: Add FIXME for GETRESOURCES ioctl wrt. uninited connectors
f5d2f29c6512 drm/connector: Add deprication notes for drm_connector_register/unregister
25c96d5d3f8c drm/dp_mst: Register connectors via drm_connector_dynamic_register()
476d54fcc6f1 drm/i915/dp_mst: Expose a connector to kernel users after it's properly initialized
b7cfe8ca8445 drm/amd/dp_mst: Expose a connector to kernel users after it's properly initialized
-:32: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#32: FILE: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c:593:
+ if (drm_connector_dynamic_init(
total: 0 errors, 0 warnings, 1 checks, 14 lines checked
cc8f22c6a472 drm/nouveau/dp_mst: Expose a connector to kernel users after it's properly initialized
f4cfe5aced75 drm/connector: Warn if a connector is registered/added incorrectly
bc5e411da7ef drm/tests: Add tests for drm_connector_dynamic_init()/register()
-:102: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u64' over 'uint64_t'
#102: FILE: drivers/gpu/drm/tests/drm_connector_test.c:257:
+ uint64_t val;
total: 0 errors, 0 warnings, 1 checks, 481 lines checked
b26528e65b92 drm/i915/dp_mst: Fix error handling while adding a connector
7356933b5472 drm/i915/dp_mst: Use intel_connector vs. drm_connector pointer in intel_dp_mst.c
More information about the Intel-gfx
mailing list