]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Remove references to CONFIG_DRM_XE_DEVMEM_MIRROR
authorMatthew Brost <matthew.brost@intel.com>
Thu, 10 Jul 2025 20:54:13 +0000 (13:54 -0700)
committerMatthew Brost <matthew.brost@intel.com>
Fri, 11 Jul 2025 17:43:12 +0000 (10:43 -0700)
commit4a1eaf7d110aa54c2b0e891cb450a6ab37a6c3dd
tree23c88cffad585993c6412b9d3a49d5ce647c8fa3
parentbeb72acb5b38dbe670d8eb752d1ad7a32f9c4119
drm/xe: Remove references to CONFIG_DRM_XE_DEVMEM_MIRROR

The prefetch code was referencing CONFIG_DRM_XE_DEVMEM_MIRROR, which has
been replaced by CONFIG_DRM_XE_PAGEMAP. As a result, prefetches were
limited to SRAM. Update the code to use CONFIG_DRM_XE_PAGEMAP instead of
the deprecated option.

Fixes: f86ad0ed620c ("drm/gpusvm, drm/pagemap: Move migration functionality to drm_pagemap")
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://lore.kernel.org/r/20250710205413.1105595-1-matthew.brost@intel.com
drivers/gpu/drm/xe/xe_vm.c