diff options
| author | Matthew Brost <matthew.brost@intel.com> | 2025-03-05 17:26:56 -0800 |
|---|---|---|
| committer | Matthew Brost <matthew.brost@intel.com> | 2025-03-06 11:36:57 -0800 |
| commit | c56904f6cc7c6746946df8bbfff79a901e6b76fa (patch) | |
| tree | d12ab5002549bd2ac93a929be31892111a92e6b1 /drivers/gpu/drm/xe/xe_module.h | |
| parent | 8e5a5dc056b70c9e189eb9e5a5412e64cdc00ed8 (diff) | |
| download | linux-next-c56904f6cc7c6746946df8bbfff79a901e6b76fa.tar.gz linux-next-c56904f6cc7c6746946df8bbfff79a901e6b76fa.zip | |
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
Diffstat (limited to 'drivers/gpu/drm/xe/xe_module.h')
| -rw-r--r-- | drivers/gpu/drm/xe/xe_module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/xe/xe_module.h b/drivers/gpu/drm/xe/xe_module.h index 5a3bfea8b7b4..84339e509c80 100644 --- a/drivers/gpu/drm/xe/xe_module.h +++ b/drivers/gpu/drm/xe/xe_module.h @@ -12,6 +12,7 @@ struct xe_modparam { bool force_execlist; bool probe_display; + bool always_migrate_to_vram; u32 force_vram_bar_size; int guc_log_level; char *guc_firmware_path; |
