Searched refs:fence_size (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_vma.c | 168 vma->fence_size = i915_gem_fence_size(vm->i915, vma->size, in vma_create() 171 if (unlikely(vma->fence_size < vma->size || /* overflow */ in vma_create() 172 vma->fence_size > vm->total)) in vma_create() 175 GEM_BUG_ON(!IS_ALIGNED(vma->fence_size, I915_GTT_MIN_ALIGNMENT)); in vma_create() 566 GEM_BUG_ON(!vma->fence_size); in __i915_vma_set_map_and_fenceable() 568 fenceable = (vma->node.size >= vma->fence_size && in __i915_vma_set_map_and_fenceable() 571 mappable = vma->node.start + vma->fence_size <= i915_vm_to_ggtt(vma->vm)->mappable_end; in __i915_vma_set_map_and_fenceable() 638 size = max_t(typeof(size), size, vma->fence_size); in i915_vma_insert()
|
H A D | i915_vma_types.h | 191 u32 fence_size; member
|
H A D | i915_gem.c | 1000 vma->fence_size > ggtt->mappable_end / 2) in i915_gem_object_ggtt_pin_ww()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_vma_types.h | 204 u32 fence_size; member
|
H A D | i915_vma.c | 186 vma->fence_size = i915_gem_fence_size(vm->i915, vma->size, in vma_create() 189 if (unlikely(vma->fence_size < vma->size || /* overflow */ in vma_create() 190 vma->fence_size > vm->total)) in vma_create() 193 GEM_BUG_ON(!IS_ALIGNED(vma->fence_size, I915_GTT_MIN_ALIGNMENT)); in vma_create() 694 GEM_BUG_ON(!vma->fence_size); in __i915_vma_set_map_and_fenceable() 696 fenceable = (i915_vma_size(vma) >= vma->fence_size && in __i915_vma_set_map_and_fenceable() 699 mappable = i915_ggtt_offset(vma) + vma->fence_size <= in __i915_vma_set_map_and_fenceable() 770 size = max_t(typeof(size), size, vma->fence_size); in i915_vma_insert()
|
H A D | i915_gem.c | 973 (vma->fence_size > ggtt->mappable_end / 2 || in i915_gem_object_ggtt_pin_ww()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_ggtt_fencing.c | 224 GEM_BUG_ON(vma->fence_size > i915_vma_size(vma)); in fence_update() 226 fence->size = vma->fence_size; in fence_update()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_tiling.c | 287 vma->fence_size = in i915_gem_object_set_tiling()
|
/kernel/linux/linux-5.10/include/linux/mlx4/ |
H A D | qp.h | 300 u8 fence_size; member
|
/kernel/linux/linux-6.6/include/linux/mlx4/ |
H A D | qp.h | 300 u8 fence_size; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_tiling.c | 296 vma->fence_size = in i915_gem_object_set_tiling()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_fence.c | 41 u32 fence_size; member 315 fman->fence_size = ttm_round_pot(sizeof(struct vmw_fence_obj)); in vmw_fence_manager_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | gen6_ppgtt.c | 367 vma->fence_size = size; in pd_vma_create()
|
H A D | intel_ggtt_fencing.c | 237 fence->size = vma->fence_size; in fence_update()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_tx.c | 1090 qpn_vlan.fence_size = real_size; in mlx4_en_xmit() 1141 tx_desc->ctrl.qpn_vlan.fence_size = MLX4_EN_XDP_TX_REAL_SZ; in mlx4_en_init_tx_xdp_ring_descs()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_tx.c | 1114 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()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/ |
H A D | qp.c | 196 s = (ctrl->qpn_vlan.fence_size & 0x3f) << 4; in stamp_send_wqe() 2489 ctrl->qpn_vlan.fence_size = in __mlx4_ib_modify_qp() 3752 ctrl->qpn_vlan.fence_size = (wr->send_flags & IB_SEND_FENCE ? in _mlx4_ib_post_send()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/ |
H A D | qp.c | 204 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()
|
Completed in 30 milliseconds