✓ CI.checkpatch: success for drm/xe: Add NEEDS_2M BO flag (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Thu Jul 18 21:41:03 UTC 2024
== Series Details ==
Series: drm/xe: Add NEEDS_2M BO flag (rev2)
URL : https://patchwork.freedesktop.org/series/136107/
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
5ce3e132caaa5b45e5e50201b574a097d130967c
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit cbcb1f6a0e619dadd4cdb67ea1ab0938da9447f7
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Mon Jul 15 20:05:38 2024 +0200
drm/xe: Add NEEDS_2M BO flag
In addition of NEEDS_64K BO flag, add similar one to force 2 MiB
alignment of the buffer objects. Explicitly use this flag during
VF LMEM provisioning as LMTT uses 2 MiB pages and one day we may
drop requirement of allocating pinned objects as contiguous.
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
Reviewed-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
+ /mt/dim checkpatch 850787566dc6476dc652cd3a823244d33ec1ce40 drm-intel
8251f7533c49 drm/xe: Normalize NEEDS_64K BO flag
cbcb1f6a0e61 drm/xe: Add NEEDS_2M BO flag
More information about the Intel-xe
mailing list