Re: [PATCH v5 31/32] drm/xe: Add always_migrate_to_vram modparam

2025-02-13 Thread Ghimiray, Himal Prasad
On 13-02-2025 07:41, Matthew Brost wrote: 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 (

[PATCH v5 31/32] drm/xe: Add always_migrate_to_vram modparam

2025-02-12 Thread Matthew Brost
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 Reviewed-b