Home
last modified time | relevance | path

Searched refs:fence_size (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/drm/i915/
A Di915_vma.c161 vma->fence_size = i915_gem_fence_size(vm->i915, vma->size, in vma_create()
164 if (unlikely(vma->fence_size < vma->size || /* overflow */ in vma_create()
165 vma->fence_size > vm->total)) in vma_create()
168 GEM_BUG_ON(!IS_ALIGNED(vma->fence_size, I915_GTT_MIN_ALIGNMENT)); in vma_create()
567 GEM_BUG_ON(!vma->fence_size); in __i915_vma_set_map_and_fenceable()
569 fenceable = (vma->node.size >= vma->fence_size && in __i915_vma_set_map_and_fenceable()
572 mappable = vma->node.start + vma->fence_size <= i915_vm_to_ggtt(vma->vm)->mappable_end; in __i915_vma_set_map_and_fenceable()
639 size = max_t(typeof(size), size, vma->fence_size); in i915_vma_insert()
A Di915_vma_types.h196 u32 fence_size; member
A Di915_gem.c925 vma->fence_size > ggtt->mappable_end / 2) in i915_gem_object_ggtt_pin_ww()
/linux/drivers/gpu/drm/i915/gem/
A Di915_gem_tiling.c285 vma->fence_size = in i915_gem_object_set_tiling()
/linux/include/linux/mlx4/
A Dqp.h300 u8 fence_size; member
/linux/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_fence.c41 u32 fence_size; member
309 fman->fence_size = ttm_round_pot(sizeof(struct vmw_fence_obj)); in vmw_fence_manager_init()
/linux/drivers/gpu/drm/i915/gt/
A Dgen6_ppgtt.c355 vma->fence_size = size; in pd_vma_create()
A Dintel_ggtt_fencing.c219 fence->size = vma->fence_size; in fence_update()
/linux/drivers/net/ethernet/mellanox/mlx4/
A Den_tx.c1082 qpn_vlan.fence_size = real_size; in mlx4_en_xmit()
1133 tx_desc->ctrl.qpn_vlan.fence_size = MLX4_EN_XDP_TX_REAL_SZ; in mlx4_en_init_tx_xdp_ring_descs()
/linux/drivers/infiniband/hw/mlx4/
A Dqp.c196 s = (ctrl->qpn_vlan.fence_size & 0x3f) << 4; in stamp_send_wqe()
2483 ctrl->qpn_vlan.fence_size = in __mlx4_ib_modify_qp()
3746 ctrl->qpn_vlan.fence_size = (wr->send_flags & IB_SEND_FENCE ? in _mlx4_ib_post_send()

Completed in 25 milliseconds