Lines Matching refs:tile
26 #define XE_BO_FLAG_VRAM_IF_DGFX(tile) (IS_DGFX(tile_to_xe(tile)) ? \ argument
27 XE_BO_FLAG_VRAM0 << (tile)->id : \
55 #define XE_BO_FLAG_GGTTx(tile) \ argument
56 (XE_BO_FLAG_GGTT0 << (tile)->id)
84 struct xe_tile *tile, struct dma_resv *resv,
90 struct xe_tile *tile, struct xe_vm *vm,
93 struct xe_bo *xe_bo_create_locked(struct xe_device *xe, struct xe_tile *tile,
96 struct xe_bo *xe_bo_create(struct xe_device *xe, struct xe_tile *tile,
99 struct xe_bo *xe_bo_create_user(struct xe_device *xe, struct xe_tile *tile,
103 struct xe_bo *xe_bo_create_pin_map(struct xe_device *xe, struct xe_tile *tile,
106 struct xe_bo *xe_bo_create_pin_map_at(struct xe_device *xe, struct xe_tile *tile,
110 struct xe_tile *tile,
115 struct xe_bo *xe_bo_create_from_data(struct xe_device *xe, struct xe_tile *tile,
118 struct xe_bo *xe_managed_bo_create_pin_map(struct xe_device *xe, struct xe_tile *tile,
120 struct xe_bo *xe_managed_bo_create_from_data(struct xe_device *xe, struct xe_tile *tile,
122 int xe_managed_bo_reinit_in_vram(struct xe_device *xe, struct xe_tile *tile, struct xe_bo **src);
224 xe_assert(xe_bo_device(bo), bo->tile); in xe_bo_ggtt_addr()
226 return __xe_bo_ggtt_addr(bo, bo->tile->id); in xe_bo_ggtt_addr()