✓ CI.checkpatch: success for drm/xe: avoid the async_flip update in the initial plane config

Patchwork patchwork at emeril.freedesktop.org
Fri Apr 19 17:57:02 UTC 2024


== Series Details ==

Series: drm/xe: avoid the async_flip update in the initial plane config
URL   : https://patchwork.freedesktop.org/series/132648/
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
0daf0be5bb95eb0a0e42275e00a0e42d8d8fd543
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 78871ee5a5daca08e44d053efc5d358a3001bf3d
Author: Vinod Govindapillai <vinod.govindapillai at intel.com>
Date:   Fri Apr 19 17:09:25 2024 +0300

    drm/xe: avoid the async_flip update in the initial plane config
    
    Async flip call is not needed. The updated fb mapping is updated
    as part of the fixup_initial_plane_config() call. Otherwise we
    end up updating the PLAN_SURF register twice with the same info.
    
    v2: avoid async_flip instead of removing fixup call (Ville)
    
    Signed-off-by: Vinod Govindapillai <vinod.govindapillai at intel.com>
+ /mt/dim checkpatch 53dd7a2909139fb469db4423b79d8a2888a734c2 drm-intel
78871ee5a5da drm/xe: avoid the async_flip update in the initial plane config




More information about the Intel-xe mailing list