✗ CI.checkpatch: warning for (CI) drm/xe: Fix initial framebuffer handover. (rev7)
Patchwork
patchwork at emeril.freedesktop.org
Fri Oct 25 13:11:58 UTC 2024
== Series Details ==
Series: (CI) drm/xe: Fix initial framebuffer handover. (rev7)
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 52a53dc720cbaf654fcca03497d776f3b9f36efd
Author: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Date: Fri Oct 25 15:04:32 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
5f162318a410 drm/xe: Remove double pageflip
1323d59e4c74 drm/i915/display: Use async flip when available for initial plane config
6de81f13606d drm/xe: Move suballocator init to after display init
52a53dc720cb drm/xe: Initialise display before GT and tile init
-:266: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#266: 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, 224 lines checked
More information about the Intel-xe
mailing list