✓ CI.checkpatch: success for Pcode init status and lmem check (rev5)
Patchwork
patchwork at emeril.freedesktop.org
Wed Apr 10 09:38:04 UTC 2024
== Series Details ==
Series: Pcode init status and lmem check (rev5)
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 0697cf16a87ae53f6a5e8261e7f890660baa3edf
Author: Riana Tauro <riana.tauro at intel.com>
Date: Wed Apr 10 14:20:05 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)
v3: rebase
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 c111f7a5945a5325e95fd38bfde2880263fce683 drm-intel
f87d02da7ec3 drm/xe: check pcode init status only on root gt of root tile
0697cf16a87a drm/xe: re-order lmem init check and wait for initialization to complete
More information about the Intel-xe
mailing list