✗ CI.checkpatch: warning for series starting with [1/9] drm/xe: Remove double pageflip
Patchwork
patchwork at emeril.freedesktop.org
Tue Nov 5 15:16:33 UTC 2024
== Series Details ==
Series: series starting with [1/9] drm/xe: Remove double pageflip
URL : https://patchwork.freedesktop.org/series/140944/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit a884318ecbac588f18d60cb7f98a672360365e92
Author: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Date: Tue Nov 5 13:18:57 2024 +0100
drm/xe: Split init of xe_gt_init_hwconfig to xe_gt_init and *_early
Now that we added the separate step of initialising GUC in
xe_gt_init_early, it should be ok to initialise the minimum during early
init, and the rest after allocations are allowed.
Signed-off-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
+ /mt/dim checkpatch b925cb281e79b763990ed64267ef82a87ace5060 drm-intel
eaf614dd96cf drm/xe: Remove double pageflip
ef4b40882868 drm/xe/display: Add intel_plane_initial_vblank_wait
-:50: ERROR:SPACING: space required after that ';' (ctx:VxV)
#50: FILE: drivers/gpu/drm/i915/display/intel_plane_initial.c:17:
+void intel_plane_initial_vblank_wait(plane);(struct intel_plane *plane)
^
-:109: WARNING:LONG_LINE: line length of 115 exceeds 100 columns
#109: FILE: drivers/gpu/drm/xe/display/xe_plane_initial.c:37:
+ ret = xe_mmio_wait32_not(xe_root_tile_mmio(xe), pipe_frmtmstmp, ~0U, timestamp, 40000U, ×tamp, false);
total: 1 errors, 1 warnings, 0 checks, 90 lines checked
70d6ce91a6cd drm/xe: Move suballocator init to after display init
eb48a291c9e9 drm/xe: Defer irq init until after xe_display_init_noaccel
7266d0ea3ef8 drm/xe/display: Use a single early init call for display
d3a2ec2cceec drm/xe/sriov: Move VF bootstrap and query_config to vf_guc_init
2ae032402548 drm/xe: Simplify GuC early initialisation
-:329: WARNING:LONG_LINE_COMMENT: line length of 112 exceeds 100 columns
#329: FILE: drivers/gpu/drm/xe/xe_uc.c:47:
+ /* HuC and GSC have no early dependencies and can be completely initialised during full xe_uc_init(). */
total: 0 errors, 1 warnings, 0 checks, 274 lines checked
95596fb77fa0 drm/xe: Make it possible to read instance0 MCR registers after xe_gt_mcr_init_early
-:9: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#9:
instance 0, which fortunately means no dependencies on further initialisation
total: 0 errors, 1 warnings, 0 checks, 95 lines checked
a884318ecbac drm/xe: Split init of xe_gt_init_hwconfig to xe_gt_init and *_early
More information about the Intel-xe
mailing list