✓ CI.checkpatch: success for drm/xe: Allow to exclude part of GGTT from allocations
Patchwork
patchwork at emeril.freedesktop.org
Thu Jan 11 18:34:00 UTC 2024
== Series Details ==
Series: drm/xe: Allow to exclude part of GGTT from allocations
URL : https://patchwork.freedesktop.org/series/128686/
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
faa12d3432d7ef7793d934cd9338c555e95a5aad
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 454f3aeb36b630b5f8cf05d931e517623930dff8
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Thu Jan 11 19:25:59 2024 +0100
drm/xe: Allow to exclude part of GGTT from allocations
Soon we will be required to exclude some of the GGTT addresses
from the allocations, since on some platforms running the SR-IOV VF
mode, we will be able to use only selected range of the GGTT space.
Add helper functions to manage such GGTT range exclusions, and
follow the naming from the similar concept used by GVT-g.
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
+ /mt/dim checkpatch 79184e72263e91528195db01783148435c7e4fad drm-intel
454f3aeb3 drm/xe: Allow to exclude part of GGTT from allocations
More information about the Intel-xe
mailing list