✗ CI.checkpatch: warning for drm/xe: Fix initial framebuffer handover.
Patchwork
patchwork at emeril.freedesktop.org
Fri Oct 18 12:16:47 UTC 2024
== Series Details ==
Series: drm/xe: Fix initial framebuffer handover.
URL : https://patchwork.freedesktop.org/series/140165/
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 0567e56b1d7a886b88cb5758818972b2b885637b
Author: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Date: Fri Oct 18 14:11:23 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 c1837d4e9af4e9df3109960341105c035b441667 drm-intel
2ba0b8bbc85d drm/xe: Remove double pageflip
ba24514f1999 drm/i915/display: Use async flip when available for initial plane config
b5528b7822cf drm/xe: Move suballocator init to after display init
0567e56b1d7a 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, 90 lines checked
More information about the Intel-xe
mailing list