]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe: Do not warn on SVM migration failing because of 64k requirements
authorMatthew Brost <matthew.brost@intel.com>
Thu, 29 May 2025 16:43:38 +0000 (09:43 -0700)
committerMatthew Brost <matthew.brost@intel.com>
Fri, 30 May 2025 04:52:15 +0000 (21:52 -0700)
commit1a524e8b488eabd3cb3f32bc0e124f702c3a57ef
tree25c17ab70322b6183b51c383758328dc50bd483a
parent241cc827c0987d7173714fc5a95a7c8fc9bf15c0
drm/xe: Do not warn on SVM migration failing because of 64k requirements

On platforms which only support 64k VRAM pages, it is expected that 4k
faults will not migrate. Do not warn on this, rather print a debug
message.

Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://lore.kernel.org/r/20250529164338.1745515-1-matthew.brost@intel.com
drivers/gpu/drm/xe/xe_svm.c