]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/xe/migrate: fix copy direction in access_memory
authorMatthew Auld <matthew.auld@intel.com>
Thu, 10 Jul 2025 13:41:29 +0000 (14:41 +0100)
committerMatthew Auld <matthew.auld@intel.com>
Fri, 11 Jul 2025 15:33:29 +0000 (16:33 +0100)
commitc12fe703cab93f9d8bfe0ff32b58e7b1fd52be1f
tree96ac777a290626e8ba734be85072d563c6c67a35
parentb528e896fa570844d654b5a4617a97fa770a1030
drm/xe/migrate: fix copy direction in access_memory

After we do the modification on the host side, ensure we write the
result back to VRAM and not the other way around, otherwise the
modification will be lost if treated like a read.

Fixes: 270172f64b11 ("drm/xe: Update xe_ttm_access_memory to use GPU for non-visible access")
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://lore.kernel.org/r/20250710134128.800756-2-matthew.auld@intel.com
drivers/gpu/drm/xe/xe_migrate.c