✓ CI.checkpatch: success for (CI) drm/xe: Fix initial framebuffer handover. (rev3)

Patchwork patchwork at emeril.freedesktop.org
Mon Oct 21 10:50:58 UTC 2024


== Series Details ==

Series: (CI) drm/xe: Fix initial framebuffer handover. (rev3)
URL   : https://patchwork.freedesktop.org/series/140183/
State : success

== 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 6cc52f8dfb8da7aac9b7a6553bf5021352dd9500
Author: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Date:   Mon Oct 21 12:38: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 784111a40e40a37100e61736dd137c72cedbdb39 drm-intel
ddec25620aeb drm/xe: Remove double pageflip
2ac1ace79873 drm/i915/display: Use async flip when available for initial plane config
24330b586d6c drm/xe: Move suballocator init to after display init
6cc52f8dfb8d drm/xe: Initialise display before GT and tile init




More information about the Intel-xe mailing list