✗ CI.checkpatch: warning for (CI) drm/xe: Fix initial framebuffer handover.
Patchwork
patchwork at emeril.freedesktop.org
Fri Oct 18 18:08:56 UTC 2024
== Series Details ==
Series: (CI) drm/xe: Fix initial framebuffer handover.
URL : https://patchwork.freedesktop.org/series/140183/
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 e6c6cf07fb0e2557aee64117502fa5a3bab7a8e5
Author: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Date: Fri Oct 18 19:06:31 2024 +0200
drm/xe: Initialise display before GT and tile init
Display needs to be initialised first, because we need to preserve the
initial framebuffer. It will be overwritten by any allocation we do,
especially on discrete where the framebuffer is not in stolen memory.
On integrated even if we still recover the initial framebuffer after
allocating, it still shows up as temporary corruption on-screen.
Signed-off-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
+ /mt/dim checkpatch cebb76fe419dd92609fb86e59c9671387c5325a3 drm-intel
0b85de140cac drm/xe: Remove double pageflip
dca078c68390 drm/i915/display: Use async flip when available for initial plane config
bd4406281493 drm/xe: Move suballocator init to after display init
e6c6cf07fb0e drm/xe: Initialise display before GT and tile init
-:99: WARNING:LINE_SPACING: Missing a blank line after declarations
#99: FILE: drivers/gpu/drm/xe/xe_gt.c:549:
+ unsigned int fw_ref = xe_force_wake_get(gt_to_fw(gt), XE_FW_GT);
+ if (!fw_ref)
total: 0 errors, 1 warnings, 0 checks, 114 lines checked
More information about the Intel-xe
mailing list