✓ CI.checkpatch: success for Wait for VRAM ready (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Thu May 8 09:18:48 UTC 2025
== Series Details ==
Series: Wait for VRAM ready (rev2)
URL : https://patchwork.freedesktop.org/series/148022/
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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 512a9357545c09afcbe6cadf1038c5415703d1bb
Author: Karthik Poosa <karthik.poosa at intel.com>
Date: Thu May 8 14:38:16 2025 +0530
drm/xe/pm: Wait for vram ready in resume
Add wait for vram ready during system and runtime resume.
This wait is there in probe and is missing during resume.
While there are no issues today without this check, it's
a prudent measure to prevent any future issues.
v2:
- Use xe_device_wait_for_vram_ready function.
- Improve commit message. (Lucas)
Signed-off-by: Karthik Poosa <karthik.poosa at intel.com>
+ /mt/dim checkpatch ca0305cadc2d34c8887b891b96226af17571b2a3 drm-intel
f6b5a9ec6b66 drm/xe: Rename wait_for_lmem_ready and make it non-static
512a9357545c drm/xe/pm: Wait for vram ready in resume
More information about the Intel-xe
mailing list