/Linux-v6.6/drivers/gpu/drm/arm/display/komeda/ |
D | komeda_dev.c | 37 komeda_pipeline_dump_register(mdev->pipelines[i], sf); in komeda_register_show() 73 struct komeda_pipeline *pipe = mdev->pipelines[0]; in config_id_show() 164 mdev->pipelines[pipe_id]->of_node = of_node_get(child); in komeda_parse_dt() 169 pipe = mdev->pipelines[pipe_id]; in komeda_parse_dt() 297 komeda_pipeline_destroy(mdev, mdev->pipelines[i]); in komeda_dev_destroy() 298 mdev->pipelines[i] = NULL; in komeda_dev_destroy()
|
D | komeda_pipeline.c | 40 mdev->pipelines[mdev->n_pipelines] = pipe; in komeda_pipeline_add() 87 temp = mdev->pipelines[id - KOMEDA_COMPONENT_COMPIZ0]; in komeda_pipeline_get_component_pos() 106 temp = mdev->pipelines[id - KOMEDA_COMPONENT_IPS0]; in komeda_pipeline_get_component_pos() 350 pipe = mdev->pipelines[i]; in komeda_assemble_pipelines()
|
D | komeda_dev.h | 185 struct komeda_pipeline *pipelines[KOMEDA_MAX_PIPELINES]; member
|
D | komeda_plane.c | 325 pipe = mdev->pipelines[i]; in komeda_kms_add_planes()
|
D | komeda_private_obj.c | 373 pipe = mdev->pipelines[i]; in komeda_kms_add_private_objs()
|
D | komeda_crtc.c | 575 master = mdev->pipelines[i]; in komeda_kms_setup_crtcs()
|
/Linux-v6.6/sound/soc/sof/ |
D | ipc4-pcm.c | 253 struct snd_sof_pipeline *spipe = pipeline_list->pipelines[i]; in sof_ipc4_chain_dma_trigger() 303 if (!pipeline_list->pipelines || !pipeline_list->count) in sof_ipc4_trigger_pipelines() 306 spipe = pipeline_list->pipelines[0]; in sof_ipc4_trigger_pipelines() 336 spipe = pipeline_list->pipelines[i]; in sof_ipc4_trigger_pipelines() 341 spipe = pipeline_list->pipelines[i]; in sof_ipc4_trigger_pipelines() 367 spipe = pipeline_list->pipelines[i]; in sof_ipc4_trigger_pipelines() 385 spipe = pipeline_list->pipelines[i]; in sof_ipc4_trigger_pipelines() 578 kfree(pipeline_list->pipelines); in sof_ipc4_pcm_free() 579 pipeline_list->pipelines = NULL; in sof_ipc4_pcm_free() 606 pipeline_list->pipelines = kcalloc(ipc4_data->max_num_pipelines, in sof_ipc4_pcm_setup() [all …]
|
D | sof-audio.c | 551 if (!pipeline_list->pipelines) in sof_set_up_widgets_in_path() 560 spipe = pipeline_list->pipelines[i]; in sof_set_up_widgets_in_path() 567 pipeline_list->pipelines[i] = swidget->spipe; in sof_set_up_widgets_in_path()
|
D | sof-audio.h | 310 struct snd_sof_pipeline **pipelines; member
|
/Linux-v6.6/Documentation/gpu/ |
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:
|
D | automated_testing.rst | 90 created (eg. https://gitlab.freedesktop.org/janedoe/linux/-/pipelines) 141 If a hardware farm is down and thus causing pipelines to fail that would
|
D | introduction.rst | 6 complex graphics devices, usually containing programmable pipelines well
|
/Linux-v6.6/drivers/staging/media/atomisp/ |
D | notes.txt | 28 this means that unlike in fixed pipelines the soft pipelines
|
/Linux-v6.6/drivers/staging/vc04_services/bcm2835-camera/ |
D | TODO | 4 pipelines, we need to export our buffers through dma-buf so that the
|
/Linux-v6.6/drivers/media/platform/samsung/exynos4-is/ |
D | media-dev.h | 145 struct list_head pipelines; member
|
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-v6.6/Documentation/admin-guide/media/ |
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
|
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-v6.6/arch/arm/boot/dts/allwinner/ |
D | sun5i-a13.dtsi | 84 allwinner,pipelines = <&fe0>;
|
D | sun5i-gr8.dtsi | 54 allwinner,pipelines = <&fe0>;
|
D | sun5i-a10s.dtsi | 72 allwinner,pipelines = <&fe0>;
|
/Linux-v6.6/Documentation/devicetree/bindings/display/ti/ |
D | ti,omap-dss.txt | 88 shifter). The video pipelines for the connectors are formed as follows:
|
/Linux-v6.6/Documentation/admin-guide/ |
D | workload-tracing.rst | 123 operating system, pipelines, schedulers, and virtual machines. Please refer 261 memory, network, operating system, pipelines, schedulers, and virtual
|
/Linux-v6.6/Documentation/userspace-api/media/mediactl/ |
D | request-api.rst | 10 modern devices (stateless codecs, complex camera pipelines, ...) and APIs
|
/Linux-v6.6/Documentation/userspace-api/media/v4l/ |
D | open.rst | 44 sub-devices and to configure the pipelines via the
|