Searched refs:tile_mask (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_vm_types.h | 100 u8 tile_mask; member 346 u8 tile_mask; member
|
H A D | xe_vm.c | 752 static void xe_vma_ops_incr_pt_update_ops(struct xe_vma_ops *vops, u8 tile_mask) in xe_vma_ops_incr_pt_update_ops() argument 757 if (BIT(i) & tile_mask) in xe_vma_ops_incr_pt_update_ops() 762 u8 tile_mask) in xe_vm_populate_rebind() argument 765 op->tile_mask = tile_mask; in xe_vm_populate_rebind() 778 u8 tile_mask) in xe_vm_ops_add_rebind() argument 786 xe_vm_populate_rebind(op, vma, tile_mask); in xe_vm_ops_add_rebind() 788 xe_vma_ops_incr_pt_update_ops(vops, tile_mask); in xe_vm_ops_add_rebind() 854 struct dma_fence *xe_vma_rebind(struct xe_vm *vm, struct xe_vma *vma, u8 tile_mask) in xe_vma_rebind() argument 874 err = xe_vm_ops_add_rebind(&vops, vma, tile_mask); in xe_vma_rebind() 958 vma->tile_mask |= 0x1 << id; in xe_vma_create() [all …]
|
H A D | xe_vm.h | 213 u8 tile_mask);
|
/linux/Documentation/gpu/ |
H A D | drm-vm-bind-async.rst | 209 * @tile_mask: Mask for which tiles to create binds for, 0 == All tiles, 212 __u64 tile_mask;
|