✓ CI.checkpatch: success for Allow exec queue backend ops which issue message to be called multiple times
Patchwork
patchwork at emeril.freedesktop.org
Fri Aug 9 19:23:53 UTC 2024
== Series Details ==
Series: Allow exec queue backend ops which issue message to be called multiple times
URL : https://patchwork.freedesktop.org/series/137102/
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
dc547930fbb1350eaf6bde84653b9ac973a411db
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit ff2110aa440f2a4313a77affb13caae7d96d743a
Author: Matthew Brost <matthew.brost at intel.com>
Date: Fri Aug 9 12:19:29 2024 -0700
drm/xe: Allow suspend / resume to be safely called multiple times
Switching modes between LR and dma-fence can result in multiple calls to
suspend / resume. Make these calls safe while still enforcing call
order.
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 13384fb5b1e76e7012902cc10b1e49023358dc1d drm-intel
5fc4bf805dc9 drm/xe: Add xe_sched_msg_lock/unlock helper
9e1c952f81f1 drm/xe: Reinit msg link when processing a message
9dc9f8ea043b drm/xe: Add xe_sched_add_msg_locked helper
9615299aac14 drm/xe: Only enable scheduling upon resume if needed
ff2110aa440f drm/xe: Allow suspend / resume to be safely called multiple times
More information about the Intel-xe
mailing list