✓ CI.checkpatch: success for drm/xe/pf: Use an explicit check to see if the device has LMTT (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Fri Feb 7 15:25:36 UTC 2025
== Series Details ==
Series: drm/xe/pf: Use an explicit check to see if the device has LMTT (rev4)
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 0fa351d270a82e9b0d4170ecda72786f333b716a
Author: Piotr Piórkowski <piotr.piorkowski at intel.com>
Date: Fri Feb 7 12:31:11 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.
Let's add a dedicated function to check if the device supports LMTT
as not all future discrete GPU platforms will require 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)
v4:
- update commit description
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>
Reviewed-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
+ /mt/dim checkpatch f8ea772f4fb5a761d1dc321aad5749633d0801eb drm-intel
0fa351d270a8 drm/xe/pf: Use an explicit check to see if the device has LMTT
More information about the Intel-xe
mailing list