[Intel-xe] ✓ CI.checkpatch: success for drm/xe, drm_xe_uapi: VM mode renaming and uapi update
Patchwork
patchwork at emeril.freedesktop.org
Fri Nov 24 17:33:38 UTC 2023
== Series Details ==
Series: drm/xe, drm_xe_uapi: VM mode renaming and uapi update
URL : https://patchwork.freedesktop.org/series/126876/
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 91780093045ecc7a375d95ad47ec90e5ed2e3da0
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date: Fri Nov 24 16:23:20 2023 +0100
drm/xe/uapi: Use LR abbrev for long-running vms
Currently we're using "compute mode" for long running VMs using
using preempt-fences for memory management, and "fault mode" for long
running VMs using page faults.
Change this to use the terminology "long-running" abbreviated as LR for
long-running VMs. These VMs can then either be in preempt-fence mode or
fault mode. The user can force fault mode at creation time, but otherwise
the driver can choose to use fault- or preempt-fence mode for long-running
vms depending on the device capabilities. Initially unless fault-mode is
specified, the driver uses preempt-fence mode.
Cc: Matthew Brost <matthew.brost at intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
Cc: Francois Dugast <francois.dugast at intel.com>
Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Reviewed-by: Oak Zeng <oak.zeng at intel.com>
+ /mt/dim checkpatch 1832821c7e4c5bd24353183f060f1435b2eb7992 drm-intel
5128ca97c drm/xe: Internally change the compute_mode and no_dma_fence mode naming
917800930 drm/xe/uapi: Use LR abbrev for long-running vms
More information about the Intel-xe
mailing list