✗ CI.checkpatch: warning for (CI) drm/xe: Fix initial framebuffer handover. (rev5)

Patchwork patchwork at emeril.freedesktop.org
Fri Oct 25 01:30:36 UTC 2024


== Series Details ==

Series: (CI) drm/xe: Fix initial framebuffer handover. (rev5)
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 9674a8122737838411b70485404d486d54ba36cf
Author: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Date:   Thu Oct 24 17:15:19 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 75eab7b9ee32a121d95a42ac704b679097f1fac4 drm-intel
b92d609db116 drm/xe: Remove double pageflip
0a12200eadc9 drm/i915/display: Use async flip when available for initial plane config
3241ee3c49a1 drm/xe: Move suballocator init to after display init
9674a8122737 drm/xe: Initialise display before GT and tile init
-:250: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#250: 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, 210 lines checked




More information about the Intel-xe mailing list