Home
last modified time | relevance | path

Searched full:pipelines (Results 1 – 25 of 106) sorted by relevance

12345

/linux/tools/perf/pmu-events/arch/x86/amdzen1/
H A Dfloating-point.json6 … uOps dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
13 … uOps dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
20 … uOps dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
27 … uOps dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
34 … uOps dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
41 … uOps dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
48 …uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
55 …uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
62 …uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
69 …uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
/linux/tools/perf/pmu-events/arch/x86/amdzen2/
H A Dfloating-point.json6 …uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
13 …uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
20 …uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
27 …uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
34 …uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
/linux/tools/perf/pmu-events/arch/x86/amdzen3/
H A Dfloating-point.json6 …uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
13 …uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
20 …uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
27 …uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
34 …uOps) dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the FPU pi…
/linux/sound/soc/sof/
H A Dipc4-pcm.c102 dev_dbg(sdev->dev, "Set pipelines %s to state %d%s", in sof_ipc4_set_multi_pipeline_state()
113 /* trigger multiple pipelines with a single IPC */ in sof_ipc4_set_multi_pipeline_state()
116 /* ipc_size includes the count and the pipeline IDs for the number of pipelines */ in sof_ipc4_set_multi_pipeline_state()
307 * model on SOF driver has two notional pipelines, one at host DAI,
369 struct snd_sof_pipeline *spipe = pipeline_list->pipelines[i]; in sof_ipc4_chain_dma_trigger()
375 "All pipelines in chained DMA path should have use_chain_dma attribute set."); in sof_ipc4_chain_dma_trigger()
439 if (!pipeline_list->pipelines || !pipeline_list->count) in sof_ipc4_trigger_pipelines()
442 spipe = pipeline_list->pipelines[0]; in sof_ipc4_trigger_pipelines()
493 * IPC4 requires pipelines to be triggered in order starting at the sink and in sof_ipc4_trigger_pipelines()
496 * Skip the pipelines that have their skip_during_fe_trigger flag set. If there is a fork in sof_ipc4_trigger_pipelines()
[all …]
H A Dsof-audio.h213 * @set_up_all_pipelines: Function pointer for setting up all topology pipelines
214 * @tear_down_all_pipelines: Function pointer for tearing down all topology pipelines
316 * struct snd_sof_pcm_stream_pipeline_list - List of pipelines associated with a PCM stream
317 * @pipelines: array of pipelines
321 struct snd_sof_pipeline **pipelines; member
338 * flag to indicate that the DSP pipelines should be kept
440 * unique for each module type across all pipelines. This will not be used in SOF_IPC.
H A Dpm.c162 /* restore pipelines */ in sof_resume()
213 /* we need to tear down pipelines only if the DSP hardware is in sof_suspend()
H A Dipc4-topology.h167 * @count: Number of pipelines to be triggered
168 * @pipeline_instance_ids: Flexible array of IDs of the pipelines to be triggered
/linux/Documentation/devicetree/bindings/display/
H A Dallwinner,sun4i-a10-display-engine.yaml69 allwinner,pipelines:
81 - allwinner,pipelines
102 allwinner,pipelines:
107 allwinner,pipelines:
114 allwinner,pipelines = <&fe0>, <&fe1>;
H A Darm,komeda.yaml53 The stream IDs for each of the used pipelines, each four IDs for the
/linux/Documentation/gpu/
H A Dkomeda-kms.rst79 Benefitting from the modularized architecture, D71 pipelines can be easily
80 adjusted to fit different usages. And D71 has two pipelines, which support two
84 Two pipelines work independently and separately to drive two display outputs.
87 Two pipelines work together to drive only one display output.
212 Sub-pipelines for input and output
215 A complete display pipeline can be easily divided into three sub-pipelines
295 In the following section we'll see these three sub-pipelines will be handled
326 pipelines. Since komeda is not for D71 only but also intended for later products,
375 Komeda has multiple Layer input pipelines, see:
/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_dev.h144 * And D71 supports assign two pipelines to one single display on mode
182 /** @n_pipelines: the number of pipe in @pipelines */
184 /** @pipelines: the komeda pipelines */
185 struct komeda_pipeline *pipelines[KOMEDA_MAX_PIPELINES]; member
H A Dkomeda_pipeline.c24 DRM_ERROR("Exceed max support %d pipelines.\n", in komeda_pipeline_add()
42 mdev->pipelines[mdev->n_pipelines] = pipe; in komeda_pipeline_add()
89 temp = mdev->pipelines[id - KOMEDA_COMPONENT_COMPIZ0]; in komeda_pipeline_get_component_pos()
108 temp = mdev->pipelines[id - KOMEDA_COMPONENT_IPS0]; in komeda_pipeline_get_component_pos()
352 pipe = mdev->pipelines[i]; in komeda_assemble_pipelines()
H A Dkomeda_kms.h27 * represents available layer input pipelines for this plane.
104 * the affected pipelines in once display instance
109 * the active pipelines in once display instance
/linux/drivers/staging/media/atomisp/
H A Dnotes.txt28 this means that unlike in fixed pipelines the soft pipelines
/linux/drivers/media/platform/xilinx/
H A DKconfig14 Driver for Xilinx Video IP Pipelines
/linux/drivers/staging/vc04_services/bcm2835-camera/
H A DTODO4 pipelines, we need to export our buffers through dma-buf so that the
/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_drv.c92 dev_err(drm->dev, "Couldn't bind all pipelines components\n"); in sun4i_drv_bind()
222 * in the pipeline. Fortunately, the pipelines are perfectly symmetric,
384 "allwinner,pipelines", in sun4i_drv_probe()
/linux/Documentation/admin-guide/media/
H A Dqcom_camss.rst129 sub-devices allows to create linear media controller pipelines when using two
130 cameras simultaneously. This avoids branches in the pipelines which otherwise
/linux/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/
H A Dpipeline.json123 …"PublicDescription": "This event counts aborted requests in L1D pipelines that due to store-load i…
126 …"BriefDescription": "This event counts aborted requests in L1D pipelines that due to store-load in…
/linux/sound/soc/intel/avs/
H A Dpath.h47 /* path pipelines management */
H A Dtopology.h204 /* Path pipelines management. */
/linux/Documentation/userspace-api/media/dvb/
H A Dlegacy_dvb_decoder_api.rst27 Pipelines should be set up using the :ref:`Media Controller API<media_controller>`.
/linux/include/media/
H A Dvsp1.h32 * @interlaced: true for interlaced pipelines
/linux/arch/arm/boot/dts/allwinner/
H A Dsun5i-a13.dtsi84 allwinner,pipelines = <&fe0>;
H A Dsun5i-gr8.dtsi54 allwinner,pipelines = <&fe0>;

12345