Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/i915/display/
H A Dintel_color_pipeline.c85 struct drm_prop_enum_list pipelines[MAX_COLOR_PIPELINES] = {}; in intel_color_pipeline_plane_init() local
95 ret = _intel_color_pipeline_plane_init(plane, &pipelines[len], pipe); in intel_color_pipeline_plane_init()
100 ret = drm_plane_create_color_pipeline_property(plane, pipelines, len); in intel_color_pipeline_plane_init()
103 kfree(pipelines[i].name); in intel_color_pipeline_plane_init()
/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()
536 spipe = pipeline_list->pipelines[i]; in sof_ipc4_trigger_pipelines()
578 spipe = pipeline_list->pipelines[i]; in sof_ipc4_trigger_pipelines()
898 kfree(pipeline_list->pipelines); in sof_ipc4_pcm_free()
899 pipeline_list->pipelines = NULL; in sof_ipc4_pcm_free()
934 pipeline_list->pipelines = kzalloc_objs(*pipeline_list->pipelines, in sof_ipc4_pcm_setup()
[all …]
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/drivers/gpu/drm/arm/display/komeda/
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
H A Dkomeda_plane.c325 pipe = mdev->pipelines[i]; in komeda_kms_add_planes()
H A Dkomeda_private_obj.c373 pipe = mdev->pipelines[i]; in komeda_kms_add_private_objs()
H A Dkomeda_crtc.c578 master = mdev->pipelines[i]; in komeda_kms_setup_crtcs()
/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:
H A Dintroduction.rst6 complex graphics devices, usually containing programmable pipelines well
/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>;
/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/include/drm/
H A Ddrm_plane.h1026 const struct drm_prop_enum_list *pipelines,
/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.c1798 struct drm_prop_enum_list pipelines[MAX_COLOR_PIPELINES] = {}; in dm_plane_init_colorops() local
1811 ret = amdgpu_dm_initialize_default_pipeline(plane, &pipelines[len]); in dm_plane_init_colorops()
1820 drm_plane_create_color_pipeline_property(plane, pipelines, len); in dm_plane_init_colorops()
1825 kfree(pipelines[i].name); in dm_plane_init_colorops()
/linux/Documentation/admin-guide/
H A Dworkload-tracing.rst123 operating system, pipelines, schedulers, and virtual machines. Please refer
261 memory, network, operating system, pipelines, schedulers, and virtual
/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