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

Patchwork patchwork at emeril.freedesktop.org
Fri Oct 18 21:25:51 UTC 2024


== Series Details ==

Series: (CI) drm/xe: Fix initial framebuffer handover. (rev2)
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 809e267948afbeada0b9e7eb990ea9a83d04ee5b
Author: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Date:   Fri Oct 18 22:05:15 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 fe768c9d3f0cfbe30a1dddf3ae2319d1e04a4403 drm-intel
766172064245 drm/xe: Remove double pageflip
d0df8f89e0f7 drm/i915/display: Use async flip when available for initial plane config
6a5312c82d72 drm/xe: Move suballocator init to after display init
809e267948af drm/xe: Initialise display before GT and tile init




More information about the Intel-xe mailing list