]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe: Drop force_alloc from xe_bo_evict in selftests
authorMatthew Brost <matthew.brost@intel.com>
Mon, 28 Apr 2025 02:23:18 +0000 (19:23 -0700)
committerMatthew Brost <matthew.brost@intel.com>
Mon, 28 Apr 2025 02:39:06 +0000 (19:39 -0700)
commit84a11c519234bfa3f6971f30d1a7c84077a4d681
tree69099745f78934a7b24690154a79b872b03c7a16
parent6ed20625a4b8189a1bd6598aa58e03147ce378ee
drm/xe: Drop force_alloc from xe_bo_evict in selftests

The force_alloc flag was removed from TTM / Xe but updating the
selftests to new function interfaces was missed. Remove argument from
xe_bo_evict in selftests.

v2:
 - Fix dma-buf, migrate selftests (CI)

Fixes: 55df7c0c62c1 ("drm/ttm/xe: drop unused force_alloc flag")
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Clint Taylor <Clinton.A.Taylor@intel.com>
Link: https://lore.kernel.org/r/20250428022318.877860-1-matthew.brost@intel.com
drivers/gpu/drm/xe/tests/xe_bo.c
drivers/gpu/drm/xe/tests/xe_dma_buf.c
drivers/gpu/drm/xe/tests/xe_migrate.c