Home
last modified time | relevance | path

Searched refs:pipelines (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_dev.c35 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 Dkomeda_pipeline.c42 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_dev.h185 struct komeda_pipeline *pipelines[KOMEDA_MAX_PIPELINES]; member
/linux/sound/soc/sof/
H A Dipc4-pcm.c369 struct snd_sof_pipeline *spipe = pipeline_list->pipelines[i]; 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()
503 spipe = pipeline_list->pipelines[i]; in sof_ipc4_trigger_pipelines()
509 spipe = pipeline_list->pipelines[i]; in sof_ipc4_trigger_pipelines()
548 spipe = pipeline_list->pipelines[i]; in sof_ipc4_trigger_pipelines()
591 spipe = pipeline_list->pipelines[i]; in sof_ipc4_trigger_pipelines()
911 kfree(pipeline_list->pipelines); in sof_ipc4_pcm_free()
912 pipeline_list->pipelines = NULL; in sof_ipc4_pcm_free()
947 pipeline_list->pipelines = kzalloc_objs(*pipeline_list->pipelines, in sof_ipc4_pcm_setup()
[all …]
H A Dsof-audio.c628 if (!pipeline_list->pipelines) in sof_set_up_widgets_in_path()
637 spipe = pipeline_list->pipelines[i]; in sof_set_up_widgets_in_path()
644 pipeline_list->pipelines[i] = swidget->spipe; in sof_set_up_widgets_in_path()
H A Dsof-audio.h214 * @set_up_all_pipelines: Function pointer for setting up all topology pipelines
215 * @tear_down_all_pipelines: Function pointer for tearing down all topology pipelines
319 * struct snd_sof_pcm_stream_pipeline_list - List of pipelines associated with a PCM stream
320 * @pipelines: array of pipelines
324 struct snd_sof_pipeline **pipelines;
341 * flag to indicate that the DSP pipelines should be kept
445 * unique for each module type across all pipelines. This will not be used in SOF_IPC.
321 struct snd_sof_pipeline **pipelines; global() member
/linux/Documentation/gpu/rfc/
H A Dcolor_pipeline.rst99 HW color management pipelines can significantly differ between HW
110 To support the definition of color pipelines we define the DRM core
114 pipelines have the same operation they won't share the same drm_colorop
193 one, or more possible color pipelines. A DRM client will select a color
329 suggestions on how to think about creating your color pipelines:
331 - Try to expose pipelines that use already defined colorops, even if
358 As this is uAPI drivers can't regress color pipelines that have been
360 abandon color pipelines advertised for previous generations.
362 pipelines forward as those will likely already have support in DRM
/linux/drivers/staging/media/atomisp/
H A Dnotes.txt28 this means that unlike in fixed pipelines the soft pipelines
/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/arch/arm/boot/dts/allwinner/
H A Dsun5i-a13.dtsi84 allwinner,pipelines = <&fe0>;
H A Dsun5i-gr8.dtsi54 allwinner,pipelines = <&fe0>;
H A Dsun5i-a10s.dtsi72 allwinner,pipelines = <&fe0>;
H A Dsun8i-v3s.dtsi84 allwinner,pipelines = <&mixer0>;
H A Dsun8i-a23-a33.dtsi74 allwinner,pipelines = <&fe0>;
H A Dsunxi-h3-h5.dtsi105 allwinner,pipelines = <&mixer0>;
H A Dsun9i-a80.dtsi288 allwinner,pipelines = <&fe0>, <&fe1>;
H A Dsun6i-a31.dtsi262 allwinner,pipelines = <&fe0>, <&fe1>;
H A Dsun8i-r40.dtsi123 allwinner,pipelines = <&mixer0>, <&mixer1>;
/linux/drivers/media/platform/samsung/exynos4-is/
H A Dmedia-dev.c380 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()
1438 INIT_LIST_HEAD(&fmd->pipelines); in fimc_md_probe()
/linux/Documentation/devicetree/bindings/display/ti/
H A Dti,omap-dss.txt88 shifter). The video pipelines for the connectors are formed as follows:
/linux/drivers/gpu/drm/
H A Ddrm_plane.c1839 const struct drm_prop_enum_list *pipelines, in drm_plane_create_color_pipeline_property() argument
1861 all_pipelines[len].type = pipelines[i].type; in drm_plane_create_color_pipeline_property()
1862 all_pipelines[len].name = pipelines[i].name; in drm_plane_create_color_pipeline_property()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c2134 struct drm_prop_enum_list pipelines[MAX_COLOR_PIPELINES] = {}; in dm_plane_init_colorops() local
2147 ret = amdgpu_dm_initialize_default_pipeline(plane, &pipelines[len]); in dm_plane_init_colorops()
2156 drm_plane_create_color_pipeline_property(plane, pipelines, len); in dm_plane_init_colorops()
2161 kfree(pipelines[i].name); in dm_plane_init_colorops()
/linux/Documentation/userspace-api/media/mediactl/
H A Drequest-api.rst10 modern devices (stateless codecs, complex camera pipelines, ...) and APIs
/linux/Documentation/userspace-api/media/v4l/
H A Dopen.rst44 sub-devices and to configure the pipelines via the
/linux/Documentation/gpu/amdgpu/display/
H A Dmpo-overview.rst12 the graphics/compute pipelines can be put into low-power states. In summary,

12