]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Add new SVM copy GT stats per size
authorFrancois Dugast <francois.dugast@intel.com>
Wed, 25 Mar 2026 16:01:52 +0000 (17:01 +0100)
committerMatthew Brost <matthew.brost@intel.com>
Thu, 26 Mar 2026 01:19:37 +0000 (18:19 -0700)
commit4e966014ce8826bb7d0180394f40b643b1405925
tree71e5055d1653a5118e2537792c11d9cea181a0f5
parent50c577eab051638fbe8989fae1f826ecc1d2e2c7
drm/xe: Add new SVM copy GT stats per size

Breakdown the GT stats for copy to host and copy to device per size (4K,
64K 2M) to make it easier for user space to track memory migrations.
This is helpful to verify allocation alignment is correct when porting
applications to SVM.

Cc: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Francois Dugast <francois.dugast@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patch.msgid.link/20260325160152.1057556-1-francois.dugast@intel.com
drivers/gpu/drm/xe/xe_gt_stats.c
drivers/gpu/drm/xe/xe_gt_stats_types.h
drivers/gpu/drm/xe/xe_svm.c