✗ CI.checkpatch: warning for drm/gpusvm, drm/pagemap, drm/xe: Restructure migration in preparation for multi-device (rev6)

Patchwork patchwork at emeril.freedesktop.org
Thu Jun 19 14:42:18 UTC 2025


== Series Details ==

Series: drm/gpusvm, drm/pagemap, drm/xe: Restructure migration in preparation for multi-device (rev6)
URL   : https://patchwork.freedesktop.org/series/147902/
State : warning

== 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
f8ff75ae1d2127635239b134695774ed4045d05b
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 670038ce8abc93856658aa3e364a138460931f4d
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date:   Thu Jun 19 15:40:35 2025 +0200

    drm/xe: Implement and use the drm_pagemap populate_mm op
    
    Add runtime PM since we might call populate_mm on a foreign device.
    
    v3:
    - Fix a kerneldoc failure (Matt Brost)
    - Revert the bo type change from device to kernel (Matt Brost)
    v4:
    - Add an assert in xe_svm_alloc_vram (Matt Brost)
    
    Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
    Reviewed-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 192b2df135154d4552710c489d4824d5090f8d2c drm-intel
aa24ba5f9a5a drm/gpusvm, drm/pagemap: Move migration functionality to drm_pagemap
-:960: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#960: 
new file mode 100644

-:1769: WARNING:CONFIG_DESCRIPTION: please write a help paragraph that fully describes the config symbol with at least 4 lines
#1769: FILE: drivers/gpu/drm/xe/Kconfig:90:
+config DRM_XE_PAGEMAP
+	bool "Enable device memory pool for SVM"
 	depends on DRM_XE_GPUSVM
 	select GET_FREE_REGION
 	default y
 	help
+	  Disable this option only if you don't want to expose local device
+	  Disable this option only if you don't want to expose local device
+	  Disable this option only if you don't want to expose local device
+	  memory for SVM. Will reduce KMD memory footprint when disabled.
+
+	  If in doubut say "Y".
 
 config DRM_XE_FORCE_PROBE
 	string "Force probe xe for selected Intel hardware IDs"

total: 0 errors, 2 warnings, 0 checks, 2069 lines checked
5d58ded6d979 drm/pagemap: Add a populate_mm op
670038ce8abc drm/xe: Implement and use the drm_pagemap populate_mm op




More information about the Intel-xe mailing list