]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe: Add always_migrate_to_vram modparam
authorMatthew Brost <matthew.brost@intel.com>
Thu, 6 Mar 2025 01:26:56 +0000 (17:26 -0800)
committerMatthew Brost <matthew.brost@intel.com>
Thu, 6 Mar 2025 19:36:57 +0000 (11:36 -0800)
commitc56904f6cc7c6746946df8bbfff79a901e6b76fa
treed12ab5002549bd2ac93a929be31892111a92e6b1
parent8e5a5dc056b70c9e189eb9e5a5412e64cdc00ed8
drm/xe: Add always_migrate_to_vram modparam

Used to show we can bounce memory multiple times which will happen once
a real migration policy is implemented. Can be removed once migration
policy is implemented.

v3:
 - Pull some changes into the previous patch (Thomas)
 - Better commit message (Thomas)

Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250306012657.3505757-32-matthew.brost@intel.com
drivers/gpu/drm/xe/xe_module.c
drivers/gpu/drm/xe/xe_module.h
drivers/gpu/drm/xe/xe_svm.c