✓ CI.checkpatch: success for Pcode init status and lmem check (rev4)

Patchwork patchwork at emeril.freedesktop.org
Thu Mar 28 05:58:26 UTC 2024


== Series Details ==

Series: Pcode init status and lmem check (rev4)
URL   : https://patchwork.freedesktop.org/series/130904/
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
10b531c2aeb176a1a539b4a77216232f97719cec
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit ddf1a733d4cd8d4f895d963a49c828cb9263dec3
Author: Riana Tauro <riana.tauro at intel.com>
Date:   Thu Mar 28 11:32:57 2024 +0530

    drm/xe: re-order lmem init check and wait for initialization to complete
    
    Lmem init check should be done only after pcode initialization
    status is complete. Move lmem init check after pcode status
    check. Also wait for a short while after pcode status check
    to allow completion of the task.
    
    Failing to do so, can lead to aborting the module load
    leaving the system unusable. Wait until the lmem initialization
    is complete within a timeout (60s) or till the user aborts.
    
    v2: use bool as return type
        re-order the code comment (Rodrigo)
        add comment for deferring probe (Himal)
    
    Signed-off-by: Riana Tauro <riana.tauro at intel.com>
    Acked-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Reviewed-by: Himal Prasad Ghimiray<himal.prasad.ghimiray at intel.com>
+ /mt/dim checkpatch 07c774152cf8a034784b40978a77b5ee66e4779b drm-intel
a1d65aecfda3 drm/xe: check pcode init status only on root gt of root tile
ddf1a733d4cd drm/xe: re-order lmem init check and wait for initialization to complete




More information about the Intel-xe mailing list