Home
last modified time | relevance | path

Searched refs:num_fences (Results 1 – 25 of 41) sorted by relevance

12

/linux/drivers/dma-buf/
H A Ddma-resv.c65 u32 num_fences, max_fences; member
191 if ((old->num_fences + num_fences) <= old->max_fences) in dma_resv_reserve_fences()
193 max = max(old->num_fences + num_fences, old->max_fences * 2); in dma_resv_reserve_fences()
218 new->num_fences = j; in dma_resv_reserve_fences()
297 count = fobj->num_fences; in dma_resv_add_fence()
362 cursor->num_fences = 0; in dma_resv_iter_restart_unlocked()
365 cursor->num_fences = cursor->fences->num_fences; in dma_resv_iter_restart_unlocked()
534 list->num_fences = 0; in dma_resv_copy_fences()
567 *num_fences = 0; in dma_resv_get_fences()
577 while (*num_fences) in dma_resv_get_fences()
[all …]
H A Ddma-fence-array.c76 for (i = 0; i < array->num_fences; ++i) { in dma_fence_array_enable_signaling()
119 for (i = 0; i < array->num_fences; ++i) in dma_fence_array_release()
132 for (i = 0; i < array->num_fences; ++i) in dma_fence_array_set_deadline()
173 WARN_ON(!num_fences || !fences); in dma_fence_array_create()
176 size += num_fences * sizeof(struct dma_fence_array_cb); in dma_fence_array_create()
186 array->num_fences = num_fences; in dma_fence_array_create()
203 while (num_fences--) in dma_fence_array_create()
204 WARN_ON(dma_fence_is_container(fences[num_fences])); in dma_fence_array_create()
227 for (i = 0; i < array->num_fences; i++) { in dma_fence_match_context()
247 if (!array->num_fences) in dma_fence_array_first()
[all …]
H A Dsync_file.c285 unsigned int num_fences; in sync_file_ioctl_fence_info() local
296 num_fences = 0; in sync_file_ioctl_fence_info()
298 ++num_fences; in sync_file_ioctl_fence_info()
306 if (!info.num_fences) { in sync_file_ioctl_fence_info()
313 if (info.num_fences < num_fences) in sync_file_ioctl_fence_info()
316 size = num_fences * sizeof(*fence_info); in sync_file_ioctl_fence_info()
321 num_fences = 0; in sync_file_ioctl_fence_info()
325 status = sync_fill_fence_info(fence, &fence_info[num_fences++]); in sync_file_ioctl_fence_info()
337 info.num_fences = num_fences; in sync_file_ioctl_fence_info()
H A Dst-dma-fence-unwrap.c46 static struct dma_fence *mock_array(unsigned int num_fences, ...) in mock_array() argument
53 fences = kcalloc(num_fences, sizeof(*fences), GFP_KERNEL); in mock_array()
57 va_start(valist, num_fences); in mock_array()
58 for (i = 0; i < num_fences; ++i) in mock_array()
62 array = dma_fence_array_create(num_fences, fences, in mock_array()
73 va_start(valist, num_fences); in mock_array()
74 for (i = 0; i < num_fences; ++i) in mock_array()
H A Ddma-fence-unwrap.c63 struct dma_fence *__dma_fence_unwrap_merge(unsigned int num_fences, in __dma_fence_unwrap_merge() argument
75 for (i = 0; i < num_fences; ++i) { in __dma_fence_unwrap_merge()
105 for (i = 0; i < num_fences; ++i) in __dma_fence_unwrap_merge()
114 for (i = 0; i < num_fences; ++i) { in __dma_fence_unwrap_merge()
H A Ddma-buf.c415 unsigned int num_fences; in dma_buf_import_sync_file() local
434 num_fences = 0; in dma_buf_import_sync_file()
436 ++num_fences; in dma_buf_import_sync_file()
438 if (num_fences > 0) { in dma_buf_import_sync_file()
441 ret = dma_resv_reserve_fences(dmabuf->resv, num_fences); in dma_buf_import_sync_file()
H A Dsync_debug.c134 for (i = 0; i < array->num_fences; ++i) in sync_print_sync_file()
/linux/tools/testing/selftests/sync/
H A Dsync.c88 int err, num_fences; in sync_file_info() local
100 num_fences = info->num_fences; in sync_file_info()
102 if (num_fences) { in sync_file_info()
104 info->num_fences = num_fences; in sync_file_info()
106 fence_info = calloc(num_fences, sizeof(*fence_info)); in sync_file_info()
139 count = info->num_fences; in sync_fence_size()
156 for (i = 0 ; i < info->num_fences ; i++) { in sync_fence_count_with_status()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_ggtt_fencing.c512 for (i = 0; i < ggtt->num_fences; i++) in intel_ggtt_restore_fences()
842 int num_fences; in intel_ggtt_init_fences() local
851 num_fences = 0; in intel_ggtt_init_fences()
854 num_fences = 32; in intel_ggtt_init_fences()
858 num_fences = 16; in intel_ggtt_init_fences()
860 num_fences = 8; in intel_ggtt_init_fences()
863 num_fences = intel_uncore_read(uncore, in intel_ggtt_init_fences()
865 ggtt->fence_regs = kcalloc(num_fences, in intel_ggtt_init_fences()
869 num_fences = 0; in intel_ggtt_init_fences()
872 for (i = 0; i < num_fences; i++) { in intel_ggtt_init_fences()
[all …]
H A Dintel_gt_types.h320 #define intel_gt_support_legacy_fencing(gt) ((gt)->ggtt->num_fences > 0)
/linux/drivers/gpu/drm/ttm/
H A Dttm_execbuf_util.c89 unsigned int num_fences; in ttm_eu_reserve_buffers() local
100 num_fences = max(entry->num_shared, 1u); in ttm_eu_reserve_buffers()
103 num_fences); in ttm_eu_reserve_buffers()
120 num_fences); in ttm_eu_reserve_buffers()
/linux/drivers/gpu/drm/
H A Ddrm_gpuvm.c1090 unsigned int num_fences) in exec_prepare_obj() argument
1092 return num_fences ? drm_exec_prepare_obj(exec, obj, num_fences) : in exec_prepare_obj()
1113 unsigned int num_fences) in drm_gpuvm_prepare_vm() argument
1122 unsigned int num_fences) in __drm_gpuvm_prepare_objects() argument
1143 unsigned int num_fences) in drm_gpuvm_prepare_objects_locked() argument
1187 unsigned int num_fences) in drm_gpuvm_prepare_objects() argument
1191 num_fences); in drm_gpuvm_prepare_objects()
1213 u64 addr, u64 range, unsigned int num_fences) in drm_gpuvm_prepare_range() argument
1250 unsigned int num_fences = vm_exec->num_fences; in drm_gpuvm_exec_lock() local
1291 args->num_objs, vm_exec->num_fences); in fn_lock_array()
[all …]
H A Ddrm_exec.c291 unsigned int num_fences) in drm_exec_prepare_obj() argument
299 ret = dma_resv_reserve_fences(obj->resv, num_fences); in drm_exec_prepare_obj()
325 unsigned int num_fences) in drm_exec_prepare_array() argument
330 ret = drm_exec_prepare_obj(exec, objects[i], num_fences); in drm_exec_prepare_array()
H A Ddrm_atomic_uapi.c1179 unsigned int *num_fences) in prepare_signaling() argument
1225 (*num_fences + 1), GFP_KERNEL); in prepare_signaling()
1229 memset(&f[*num_fences], 0, sizeof(*f)); in prepare_signaling()
1264 (*num_fences + 1), GFP_KERNEL); in prepare_signaling()
1268 memset(&f[*num_fences], 0, sizeof(*f)); in prepare_signaling()
1302 unsigned int num_fences, in complete_signaling() argument
1310 for (i = 0; i < num_fences; i++) in complete_signaling()
1334 for (i = 0; i < num_fences; i++) { in complete_signaling()
1374 unsigned int i, j, num_fences; in drm_mode_atomic_ioctl() local
1431 num_fences = 0; in drm_mode_atomic_ioctl()
[all …]
/linux/include/linux/
H A Ddma-fence-array.h41 unsigned num_fences; member
79 struct dma_fence_array *dma_fence_array_create(int num_fences,
H A Ddma-resv.h213 unsigned int num_fences; member
469 int dma_resv_reserve_fences(struct dma_resv *obj, unsigned int num_fences);
476 unsigned int *num_fences, struct dma_fence ***fences);
H A Ddma-fence-unwrap.h51 struct dma_fence *__dma_fence_unwrap_merge(unsigned int num_fences,
/linux/include/drm/
H A Ddrm_exec.h144 unsigned int num_fences);
148 unsigned int num_fences);
H A Ddrm_gpuvm.h532 unsigned int num_fences; member
554 unsigned int num_fences);
558 unsigned int num_fences);
563 unsigned int num_fences);
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c316 unsigned long num_fences; member
2837 f += eb->num_fences; in add_timeline_fence_array()
2929 eb->num_fences++; in add_timeline_fence_array()
2945 if (!num_fences) in add_fence_array()
2950 if (num_fences > min_t(unsigned long, in add_fence_array()
2960 (eb->num_fences + num_fences) * sizeof(*f), in add_fence_array()
2966 f += eb->num_fences; in add_fence_array()
2967 while (num_fences--) { in add_fence_array()
3003 eb->num_fences++; in add_fence_array()
3022 for (n = 0; n < eb->num_fences; n++) { in await_fence_array()
[all …]
H A Di915_gem_busy.c64 unsigned int nchild = array->num_fences; in __busy_set_if_active()
H A Di915_gem_tiling.c351 if (!to_gt(i915)->ggtt->num_fences) in i915_gem_set_tiling_ioctl()
434 if (!to_gt(i915)->ggtt->num_fences) in i915_gem_get_tiling_ioctl()
/linux/include/uapi/linux/
H A Dsync_file.h73 __u32 num_fences; member
/linux/drivers/gpu/drm/i915/
H A Di915_getparam.c38 value = to_gt(i915)->ggtt->num_fences; in i915_getparam_ioctl()
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_request.c285 atomic_long_t num_waits, num_fences; member
316 unsigned int num_waits = 0, num_fences = 0; in __igt_breadcrumbs_smoketest() local
439 num_fences += count; in __igt_breadcrumbs_smoketest()
445 atomic_long_add(num_fences, &t->num_fences); in __igt_breadcrumbs_smoketest()
527 atomic_long_read(&t.num_fences), in mock_breadcrumbs_smoketest()
1730 unsigned long num_waits, num_fences; in live_breadcrumbs_smoketest() local
1831 num_fences = 0; in live_breadcrumbs_smoketest()
1850 num_fences += atomic_long_read(&smoke[idx].num_fences); in live_breadcrumbs_smoketest()
1854 num_waits, num_fences, idx, ncpus); in live_breadcrumbs_smoketest()

12