| /linux-6.15/Documentation/devicetree/bindings/display/ |
| H A D | allwinner,sun4i-a10-display-engine.yaml | 69 allwinner,pipelines: 81 - allwinner,pipelines 102 allwinner,pipelines: 107 allwinner,pipelines: 114 allwinner,pipelines = <&fe0>, <&fe1>;
|
| H A D | arm,komeda.yaml | 53 The stream IDs for each of the used pipelines, each four IDs for the
|
| /linux-6.15/drivers/gpu/drm/arm/display/komeda/ |
| H A D | komeda_dev.c | 35 komeda_pipeline_dump_register(mdev->pipelines[i], sf); in komeda_register_show() 69 struct komeda_pipeline *pipe = mdev->pipelines[0]; in config_id_show() 160 mdev->pipelines[pipe_id]->of_node = of_node_get(child); in komeda_parse_dt() 165 pipe = mdev->pipelines[pipe_id]; in komeda_parse_dt() 289 komeda_pipeline_destroy(mdev, mdev->pipelines[i]); in komeda_dev_destroy() 290 mdev->pipelines[i] = NULL; in komeda_dev_destroy()
|
| H A D | komeda_pipeline.c | 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 D | komeda_dev.h | 185 struct komeda_pipeline *pipelines[KOMEDA_MAX_PIPELINES]; member
|
| H A D | komeda_plane.c | 325 pipe = mdev->pipelines[i]; in komeda_kms_add_planes()
|
| H A D | komeda_private_obj.c | 373 pipe = mdev->pipelines[i]; in komeda_kms_add_private_objs()
|
| /linux-6.15/sound/soc/sof/ |
| H A D | ipc4-pcm.c | 331 struct snd_sof_pipeline *spipe = pipeline_list->pipelines[i]; in sof_ipc4_chain_dma_trigger() 401 if (!pipeline_list->pipelines || !pipeline_list->count) in sof_ipc4_trigger_pipelines() 404 spipe = pipeline_list->pipelines[0]; in sof_ipc4_trigger_pipelines() 441 spipe = pipeline_list->pipelines[i]; in sof_ipc4_trigger_pipelines() 447 spipe = pipeline_list->pipelines[i]; in sof_ipc4_trigger_pipelines() 474 spipe = pipeline_list->pipelines[i]; in sof_ipc4_trigger_pipelines() 516 spipe = pipeline_list->pipelines[i]; in sof_ipc4_trigger_pipelines() 750 kfree(pipeline_list->pipelines); in sof_ipc4_pcm_free() 751 pipeline_list->pipelines = NULL; in sof_ipc4_pcm_free() 786 pipeline_list->pipelines = kcalloc(ipc4_data->max_num_pipelines, in sof_ipc4_pcm_setup() [all …]
|
| H A D | sof-audio.c | 565 if (!pipeline_list->pipelines) in sof_set_up_widgets_in_path() 574 spipe = pipeline_list->pipelines[i]; in sof_set_up_widgets_in_path() 581 pipeline_list->pipelines[i] = swidget->spipe; in sof_set_up_widgets_in_path()
|
| /linux-6.15/drivers/gpu/drm/ci/ |
| H A D | gitlab-ci.yml | 136 # do not duplicate pipelines on merge pipelines 173 # Build everything in merge pipelines, if any files affecting the pipeline 179 # Same as above, but for pre-merge pipelines 184 # Skip everything for pre-merge and merge pipelines which don't change 193 # Build everything in scheduled pipelines 196 # Allow building everything in fork pipelines, but build nothing unless
|
| /linux-6.15/Documentation/gpu/ |
| H A D | komeda-kms.rst | 79 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:
|
| H A D | automated_testing.rst | 113 created (eg. https://gitlab.freedesktop.org/janedoe/linux/-/pipelines) 164 If a hardware farm is down and thus causing pipelines to fail that would
|
| /linux-6.15/drivers/staging/media/atomisp/ |
| H A D | notes.txt | 28 this means that unlike in fixed pipelines the soft pipelines
|
| /linux-6.15/drivers/staging/vc04_services/bcm2835-camera/ |
| H A D | TODO | 4 pipelines, we need to export our buffers through dma-buf so that the
|
| /linux-6.15/drivers/media/platform/samsung/exynos4-is/ |
| H A D | media-dev.h | 145 struct list_head pipelines; member
|
| H A D | media-dev.c | 380 list_add_tail(&p->list, &fmd->pipelines); in fimc_md_pipeline_create() 388 while (!list_empty(&fmd->pipelines)) { in fimc_md_pipelines_free() 391 p = list_entry(fmd->pipelines.next, typeof(*p), list); in fimc_md_pipelines_free() 1447 INIT_LIST_HEAD(&fmd->pipelines); in fimc_md_probe()
|
| /linux-6.15/Documentation/admin-guide/media/ |
| H A D | qcom_camss.rst | 129 sub-devices allows to create linear media controller pipelines when using two 130 cameras simultaneously. This avoids branches in the pipelines which otherwise
|
| H A D | imx.rst | 80 - Many different pipelines can be configured via media controller API, 81 that correspond to the hardware video capture pipelines supported in 86 - Concurrent independent streams, by configuring pipelines to multiple 350 The following describe the various use-cases supported by the pipelines. 354 (parallel or mipi csi-2). So these pipelines begin with: 433 pipelines for both sensors. The OV5642 is routed to ipu1_csi0, and
|
| /linux-6.15/arch/arm/boot/dts/allwinner/ |
| H A D | sun5i-a13.dtsi | 84 allwinner,pipelines = <&fe0>;
|
| H A D | sun5i-gr8.dtsi | 54 allwinner,pipelines = <&fe0>;
|
| H A D | sun5i-a10s.dtsi | 72 allwinner,pipelines = <&fe0>;
|
| /linux-6.15/Documentation/devicetree/bindings/arm/mediatek/ |
| H A D | mediatek,mmsys.yaml | 45 - description: vdosys0 and vdosys1 are 2 display HW pipelines,
|
| /linux-6.15/Documentation/devicetree/bindings/media/ |
| H A D | nxp,imx8-isi.yaml | 13 The Image Sensing Interface (ISI) combines image processing pipelines with
|
| /linux-6.15/Documentation/devicetree/bindings/display/ti/ |
| H A D | ti,omap-dss.txt | 88 shifter). The video pipelines for the connectors are formed as follows:
|
| /linux-6.15/Documentation/devicetree/bindings/display/xlnx/ |
| H A D | xlnx,zynqmp-dpsub.yaml | 11 implements the display and audio pipelines based on the DisplayPort v1.2
|