✗ CI.checkpatch: warning for series starting with [1/9] drm/xe: Remove double pageflip (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Thu Nov 7 12:57:54 UTC 2024
== Series Details ==
Series: series starting with [1/9] drm/xe: Remove double pageflip (rev2)
URL : https://patchwork.freedesktop.org/series/141047/
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 1ee2074adc07f047db8de5fe5113842484eb5700
Author: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Date: Thu Nov 7 11:01:40 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>
Link: https://patchwork.freedesktop.org/patch/msgid/20241105121857.17389-9-maarten.lankhorst@linux.intel.com
Signed-off-by: Maarten Lankhorst,,, <dev at lankhorst.se>
+ /mt/dim checkpatch 6f358787ded211657532e2ee4df2e446b03d860f drm-intel
1b9469d485ea drm/xe: Remove double pageflip
d8c716aa4b41 drm/xe/display: Add intel_plane_initial_vblank_wait
-:54: WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#54: FILE: drivers/gpu/drm/i915/display/intel_plane_initial.c:19:
+ struct intel_crtc *crtc = intel_crtc_for_pipe(to_intel_display(plane->base.dev), plane->pipe);
-:113: WARNING:LONG_LINE: line length of 115 exceeds 100 columns
#113: 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: 0 errors, 2 warnings, 0 checks, 92 lines checked
6598a352aff3 drm/xe: Move suballocator init to after display init
cf3ead35722b drm/xe: Defer irq init until after xe_display_init_noaccel
ff4e41135728 drm/xe/display: Use a single early init call for display
261f035dff2b drm/xe/sriov: Move VF bootstrap and query_config to vf_guc_init
c4a2c70447df drm/xe: Simplify GuC early initialisation
-:331: WARNING:LONG_LINE_COMMENT: line length of 112 exceeds 100 columns
#331: 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
db221f5a7de4 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
1ee2074adc07 drm/xe: Split init of xe_gt_init_hwconfig to xe_gt_init and *_early
More information about the Intel-xe
mailing list