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

Patchwork patchwork at emeril.freedesktop.org
Wed Jun 18 20:23:05 UTC 2025


== Series Details ==

Series: drm/gpusvm, drm/pagemap, drm/xe: Restructure migration in preparation for multi-device (rev5)
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 47f485f7827b9eff824ed5c5921c6ab32a0b0827
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date:   Wed Jun 18 22:16:17 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 b5956fc71790f85e9c9113adf1d9c7332c995f13 drm-intel
e2ff4538be94 drm/gpusvm, drm/pagemap: Move migration functionality to drm_pagemap
-:950: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#950: 
new file mode 100644

-:1759: WARNING:CONFIG_DESCRIPTION: please write a help paragraph that fully describes the config symbol with at least 4 lines
#1759: 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, 2062 lines checked
2124abba8420 drm/pagemap: Add a populate_mm op
47f485f7827b drm/xe: Implement and use the drm_pagemap populate_mm op




More information about the Intel-xe mailing list