[Intel-xe] ✗ CI.checkpatch: warning for drm/xe: Make explicit that exec uAPI expects canonical addresses (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Thu Aug 3 16:02:40 UTC 2023
== Series Details ==
Series: drm/xe: Make explicit that exec uAPI expects canonical addresses (rev4)
URL : https://patchwork.freedesktop.org/series/120143/
State : warning
== 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
e700ea2f248a75138759bcb443affeef4a2d1991
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 4e3818017a8c203673833db722e8f8f880fc3f79
Author: José Roberto de Souza <jose.souza at intel.com>
Date: Thu Aug 3 08:30:16 2023 -0700
drm/xe: Make explicit that exec uAPI expects canonical addresses
The batch buffer address in exec uAPI is used when emitting
MI_BATCH_BUFFER_START that expect canonical addresses in future
platforms, for current ones the bits above 57 for PVC and 47 for
other platforms are ignored.
So the safest approach is to require canonical address for all
platforms supported by Xe to avoid uAPI breaks.
v2:
- fix check for non parallel engines
v3:
- fix style
v4:
- replace XE_IOCTL_ERR by XE_IOCTL_DBG
BSpec: 60223 59475 45718
Cc: Matthew Brost <matthew.brost at intel.com>
Cc: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Signed-off-by: José Roberto de Souza <jose.souza at intel.com>
+ /mt/dim checkpatch f16c04291100aa92caddd4d09e17b56bf7f4833c drm-intel
/mt/dim: line 50: /root/.dimrc: No such file or directory
More information about the Intel-xe
mailing list