✗ CI.checkpatch: warning for (CI) drm/xe: Fix initial framebuffer handover. (rev6)
Patchwork
patchwork at emeril.freedesktop.org
Fri Oct 25 11:29:45 UTC 2024
== Series Details ==
Series: (CI) drm/xe: Fix initial framebuffer handover. (rev6)
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 82d24538dfeaf68f6ff5a2235a512a3e95a3af77
Author: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Date: Fri Oct 25 12:14:03 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 7cadd167321b3267a9803aba88f115fc9809d4ea drm-intel
f2efe6baa098 drm/xe: Remove double pageflip
658d81470a22 drm/i915/display: Use async flip when available for initial plane config
f9141662b9d2 drm/xe: Move suballocator init to after display init
82d24538dfea drm/xe: Initialise display before GT and tile init
-:258: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#258: FILE: drivers/gpu/drm/xe/xe_guc_ct.c:435:
+ bo = xe_managed_bo_create_pin_map(xe, tile, guc_ct_size(),
+ XE_BO_FLAG_SYSTEM |
total: 0 errors, 0 warnings, 1 checks, 217 lines checked
More information about the Intel-xe
mailing list