Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_vma_types.h204 u32 fence_size; member
H A Di915_vma.c209 vma->fence_size = i915_gem_fence_size(vm->i915, vma->size, in vma_create()
212 if (unlikely(vma->fence_size < vma->size || /* overflow */ in vma_create()
213 vma->fence_size > vm->total)) in vma_create()
216 GEM_BUG_ON(!IS_ALIGNED(vma->fence_size, I915_GTT_MIN_ALIGNMENT)); in vma_create()
717 GEM_BUG_ON(!vma->fence_size); in __i915_vma_set_map_and_fenceable()
719 fenceable = (i915_vma_size(vma) >= vma->fence_size && in __i915_vma_set_map_and_fenceable()
722 mappable = i915_ggtt_offset(vma) + vma->fence_size <= in __i915_vma_set_map_and_fenceable()
793 size = max_t(typeof(size), size, vma->fence_size); in i915_vma_insert()
H A Di915_gem.c973 (vma->fence_size > ggtt->mappable_end / 2 || in i915_gem_object_ggtt_pin_ww()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_ggtt_fencing.c224 GEM_BUG_ON(vma->fence_size > i915_vma_size(vma)); in fence_update()
226 fence->size = vma->fence_size; in fence_update()
/openbmc/linux/include/linux/mlx4/
H A Dqp.h300 u8 fence_size; member
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_tiling.c296 vma->fence_size = in i915_gem_object_set_tiling()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_tx.c1114 qpn_vlan.fence_size = real_size; in mlx4_en_xmit()
1165 tx_desc->ctrl.qpn_vlan.fence_size = MLX4_EN_XDP_TX_REAL_SZ; in mlx4_en_init_tx_xdp_ring_descs()
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dqp.c204 s = (ctrl->qpn_vlan.fence_size & 0x3f) << 4; in stamp_send_wqe()
2522 ctrl->qpn_vlan.fence_size = in __mlx4_ib_modify_qp()
3785 ctrl->qpn_vlan.fence_size = (wr->send_flags & IB_SEND_FENCE ? in _mlx4_ib_post_send()