Searched refs:parallel (Results 1 - 25 of 84) sorted by path

1234

/linux-master/arch/mips/include/asm/ip32/
H A Dmace.h148 /* register definitions for parallel port DMA */
323 struct mace_parallel parallel; member in struct:mace_isa
/linux-master/sound/soc/img/
H A DMakefile4 obj-$(CONFIG_SND_SOC_IMG_PARALLEL_OUT) += img-parallel-out.o
/linux-master/Documentation/
H A DMakefile91 $(CONFIG_SHELL) $(srctree)/Documentation/sphinx/parallel-wrapper.sh \
/linux-master/Documentation/sphinx/
H A Dparallel-wrapper.sh12 parallel="$PARALLELISM"
13 if [ -z "$parallel" ] ; then
25 parallel="$auto"
29 if [ -n "$parallel" ] ; then
30 parallel="-j$parallel"
33 exec "$sphinx" $parallel "$@"
/linux-master/arch/x86/crypto/
H A Dchacha-avx2-x86_64.S46 # on four words in each matrix in parallel, but requires shuffling to
238 # operations on four words in two matrices in parallel, sequentially
H A Dchacha-avx512vl-x86_64.S36 # on four words in each matrix in parallel, but requires shuffling to
201 # operations on four words in two matrices in parallel, sequentially
/linux-master/crypto/
H A Dpcrypt.c107 padata->parallel = pcrypt_aead_enc;
156 padata->parallel = pcrypt_aead_dec;
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c2701 if (eb->buffer_count < ce->parallel.number_children + 1) {
2710 eb->num_batches = ce->parallel.number_children + 1;
3203 eb->context->parallel.fence_context,
3204 eb->context->parallel.seqno++,
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_context.c422 INIT_LIST_HEAD(&ce->parallel.child_list);
589 parent->parallel.child_index = parent->parallel.number_children++;
590 list_add_tail(&child->parallel.child_link,
591 &parent->parallel.child_list);
592 child->parallel.parent = parent;
H A Dintel_context.h54 return !!ce->parallel.parent;
59 return !!ce->parallel.number_children;
75 GEM_BUG_ON(!intel_context_is_pinned(ce->parallel.parent));
77 return ce->parallel.parent;
92 list_for_each_entry(ce, &(parent)->parallel.child_list,\
93 parallel.child_link)
95 list_for_each_entry_safe(ce, cn, &(parent)->parallel.child_list,\
96 parallel.child_link)
258 ce->parallel.child_index + 1);
H A Dintel_context_types.h67 /* virtual/parallel engine/context interface */
249 /** @parallel: sub-structure for parallel submission members */
267 * @last_rq: last request submitted on a parallel context, used
268 * to insert submit fences between requests in the parallel
274 * parallel submission
278 * @seqno: seqno for composite fence when doing parallel
286 /** @guc: GuC specific members for parallel submission */
305 } parallel; member in struct:intel_context
H A Dintel_execlists_submission.c838 * becomes a sentinel in parallel to CSB processing.
2678 parent->parallel.fence_context = dma_fence_context_alloc(1);
3633 * rbtrees as in the case it is running in parallel, it may reinsert
H A Dintel_lrc.c1089 ce->parallel.guc.parent_page = context_size / PAGE_SIZE;
1220 if (unlikely(ce->parallel.last_rq)) {
1221 i915_request_put(ce->parallel.last_rq);
1222 ce->parallel.last_rq = NULL;
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c451 GEM_BUG_ON(!ce->parallel.guc.parent_page);
453 return ce->parallel.guc.parent_page * PAGE_SIZE;
471 * parallel.guc.parent_page is the offset into ce->state while
504 CIRC_SPACE(ce->parallel.guc.wqi_tail, ce->parallel.guc.wqi_head, WQ_SIZE)
506 ce->parallel.guc.wqi_head = READ_ONCE(*ce->parallel.guc.wq_head);
513 return &__get_parent_scratch(ce)->wq[ce->parallel.guc.wqi_tail / sizeof(u32)];
816 return (WQ_SIZE - ce->parallel.guc.wqi_tail);
828 ce->parallel
[all...]
H A Dselftest_guc_multi_lrc.c97 if (++i == ce->parallel.number_children)
/linux-master/drivers/gpu/drm/i915/
H A Di915_request.c682 * it will be interesting to unsubmit parallel execution and remove
1642 prev = request_to_parent(rq)->parallel.last_rq;
1658 request_to_parent(rq)->parallel.last_rq = i915_request_get(rq);
1754 * We do not order parallel submission requests on the timeline as each
1755 * parallel submission context has its own timeline and the ordering
1756 * rules for parallel requests are that they must be submitted in the
/linux-master/drivers/gpu/drm/imx/ipuv3/
H A DMakefile7 obj-$(CONFIG_DRM_IMX_PARALLEL_DISPLAY) += parallel-display.o
/linux-master/drivers/gpu/drm/xe/
H A Dxe_exec_queue.c100 q->parallel.composite_fence_ctx = dma_fence_context_alloc(1);
101 q->parallel.composite_fence_seqno = XE_FENCE_INITIAL_SEQNO;
H A Dxe_exec_queue_types.h107 * @parallel: parallel submission state
110 /** @parallel.composite_fence_ctx: context composite fence */
112 /** @parallel.composite_fence_seqno: seqno for composite fence */
114 } parallel; member in struct:xe_exec_queue
H A Dxe_guc_submit.c1739 snapshot->parallel.wq_desc.head = parallel_read(xe, map, wq_desc.head);
1740 snapshot->parallel.wq_desc.tail = parallel_read(xe, map, wq_desc.tail);
1741 snapshot->parallel.wq_desc.status = parallel_read(xe, map,
1744 if (snapshot->parallel.wq_desc.head !=
1745 snapshot->parallel.wq_desc.tail) {
1746 for (i = snapshot->parallel.wq_desc.head;
1747 i != snapshot->parallel.wq_desc.tail;
1749 snapshot->parallel.wq[i / sizeof(u32)] =
1761 snapshot->guc.wqi_head, snapshot->parallel.wq_desc.head);
1763 snapshot->guc.wqi_tail, snapshot->parallel
[all...]
H A Dxe_guc_submit_types.h119 * @parallel_execution: Indication if the failure was during parallel
123 /** @parallel: snapshot of the useful parallel scratch */
125 /** @parallel.wq_desc: Workqueue description */
127 /** @parallel.wq_desc.head: Workqueue Head */
129 /** @parallel.wq_desc.tail: Workqueue Tail */
131 /** @parallel.wq_desc.status: Workqueue Status */
136 } parallel; member in struct:xe_guc_submit_exec_queue_snapshot
H A Dxe_lrc.c637 /* The parallel is stored in the driver-defined portion of PPHWSP */
665 DECL_MAP_ADDR_HELPERS(parallel)
H A Dxe_sched_job.c57 static struct xe_sched_job *job_alloc(bool parallel) argument
59 return kmem_cache_zalloc(parallel ? xe_sched_job_parallel_slab :
138 q->parallel.composite_fence_ctx,
139 q->parallel.composite_fence_seqno++,
142 --q->parallel.composite_fence_seqno;
247 * parallel handshake is done.
/linux-master/drivers/gpu/ipu-v3/
H A Dipu-csi.c360 csicfg->vsync_pol = (mbus_cfg->bus.parallel.flags &
362 csicfg->hsync_pol = (mbus_cfg->bus.parallel.flags &
364 csicfg->pixclk_pol = (mbus_cfg->bus.parallel.flags &
/linux-master/drivers/media/dvb-frontends/
H A Dstv0910.c1778 state->tscfgh = 0x20 | (cfg->parallel ? 0 : 0x40);
1779 state->tsgeneral = (cfg->parallel == 2) ? 0x02 : 0x00;

Completed in 562 milliseconds

1234