✓ CI.checkpatch: success for VF: Use only assigned GGTT region
Patchwork
patchwork at emeril.freedesktop.org
Fri May 24 11:42:59 UTC 2024
== Series Details ==
Series: VF: Use only assigned GGTT region
URL : https://patchwork.freedesktop.org/series/134016/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 4a9661b16ccae95842c39b3647a02caa4dc8ead4
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Fri May 24 13:37:14 2024 +0200
drm/xe/vf: Use only assigned GGTT region
Each VF is assigned a limited range of the GGTT address space.
To ensure that the VF driver does not use GGTT allocations outside
of the assigned region, explicitly reserve GGTT space below and
above this region when initializing GGTT.
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
+ /mt/dim checkpatch 20495a62e9c3838fda495585fb4bda8e38cc1c6f drm-intel
9e3ee831c7fc drm/xe/vf: Read VF configuration prior to GGTT initialization
4a9661b16cca drm/xe/vf: Use only assigned GGTT region
More information about the Intel-xe
mailing list