[Intel-xe] ✓ CI.checkpatch: success for drm/xe/uapi: Use LR abbrev for long-running VMs
Patchwork
patchwork at emeril.freedesktop.org
Mon Nov 27 16:23:19 UTC 2023
== Series Details ==
Series: drm/xe/uapi: Use LR abbrev for long-running VMs
URL : https://patchwork.freedesktop.org/series/126929/
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 025e46efdb325113b3398b3284cb19091654f936
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date: Mon Nov 27 16:03:30 2023 +0100
drm/xe/uapi: Use LR abbrev for long-running vms
Currently we're using "compute mode" for long running VMs 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.
v2:
- Fix commit message wording and the documentation around
CREATE_FLAG_LR_MODE and CREATE_FLAG_FAULT_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>
+ /mt/dim checkpatch 7c4b213b5a33fc591a5c92910292aea30193f96c drm-intel
025e46efd drm/xe/uapi: Use LR abbrev for long-running vms
More information about the Intel-xe
mailing list