✓ CI.checkpatch: success for drm/xe/pf: Use an explicit check to see if the device has LMTT (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Tue Feb 4 12:48:24 UTC 2025
== Series Details ==
Series: drm/xe/pf: Use an explicit check to see if the device has LMTT (rev3)
URL : https://patchwork.freedesktop.org/series/142212/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 2147366e48400d14cf9f5bb7bccf022aa20fef1e
Author: Piotr Piórkowski <piotr.piorkowski at intel.com>
Date: Tue Feb 4 13:26:58 2025 +0100
drm/xe/pf: Use an explicit check to see if the device has LMTT
So far, the main condition for using LMTT has been to check that
the device is a discrete gfx. In addition, we have checked, using
assertions, that the device is PF.
Instead, let's add a dedicated function to check if the device
supports LMTT.
v2:
- use xe_has_device_lmtt only when necessary - leave IS_DGFX for other
things related to LMEM provisioning
v3:
- remove IS_SRIOV_PF condition from xe_device_has_lmtt (Michal
Wajdeczko)
- keep IS_SRIOV_PF asserts in LMTT-related code (Michal Wajdeczko)
Signed-off-by: Piotr Piórkowski <piotr.piorkowski at intel.com>
Cc: Michal Wajdeczko <michal.wajdeczko at intel.com>
Cc: Michał Winiarski <michal.winiarski at intel.com>
Cc: Satyanarayana K V P <satyanarayana.k.v.p at intel.com>
+ /mt/dim checkpatch 6f1872a8c999fbc84c732a28aac31bc8ea783909 drm-intel
2147366e4840 drm/xe/pf: Use an explicit check to see if the device has LMTT
More information about the Intel-xe
mailing list