Merge drm/drm-next into drm-xe-next
authorThomas Hellström <thomas.hellstrom@linux.intel.com>
Mon, 28 Apr 2025 15:42:49 +0000 (17:42 +0200)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Mon, 28 Apr 2025 15:42:49 +0000 (17:42 +0200)
Additional backmerge to avoid excessive diffstats when
sending PR.

Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
1  2 
drivers/gpu/drm/xe/xe_bo.c
drivers/gpu/drm/xe/xe_bo.h

Simple merge
@@@ -274,11 -274,9 +274,11 @@@ uint64_t vram_region_gpu_offset(struct 
  bool xe_bo_can_migrate(struct xe_bo *bo, u32 mem_type);
  
  int xe_bo_migrate(struct xe_bo *bo, u32 mem_type);
- int xe_bo_evict(struct xe_bo *bo, bool force_alloc);
+ int xe_bo_evict(struct xe_bo *bo);
  
  int xe_bo_evict_pinned(struct xe_bo *bo);
 +int xe_bo_notifier_prepare_pinned(struct xe_bo *bo);
 +int xe_bo_notifier_unprepare_pinned(struct xe_bo *bo);
  int xe_bo_restore_pinned(struct xe_bo *bo);
  
  int xe_bo_dma_unmap_pinned(struct xe_bo *bo);