[Intel-xe] ✓ CI.checkpatch: success for drm/xe: move the lmem verification code into a separate function

Patchwork patchwork at emeril.freedesktop.org
Wed Oct 25 08:38:52 UTC 2023


== Series Details ==

Series: drm/xe: move the lmem verification code into a separate function
URL   : https://patchwork.freedesktop.org/series/125544/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit b6c291205aa734cd40aed49ffa3e3a46c3e6a339
Author: Koby Elbaz <kelbaz at habana.ai>
Date:   Wed Oct 25 10:12:52 2023 +0300

    drm/xe: move the lmem verification code into a separate function
    
    If lmem (VRAM) is not fully initialized, the punit will power down
    the GT, which will prevent register access from the driver side.
    That code moved into a corresponding function (xe_verify_lmem_ready)
    to make the code clearer.
    
    Signed-off-by: Koby Elbaz <kelbaz at habana.ai>
+ /mt/dim checkpatch 4354e27efb78582ee567ba6264c79d0872a3a4e7 drm-intel
b6c291205 drm/xe: move the lmem verification code into a separate function




More information about the Intel-xe mailing list