Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/i915/display/
H A Dintel_color_pipeline.c84 struct drm_prop_enum_list pipelines[MAX_COLOR_PIPELINES]; in intel_color_pipeline_plane_init() local
93 ret = _intel_color_pipeline_plane_init(plane, &pipelines[len], pipe); in intel_color_pipeline_plane_init()
98 return drm_plane_create_color_pipeline_property(plane, pipelines, len); 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()
899 kfree(pipeline_list->pipelines); in sof_ipc4_pcm_free()
900 pipeline_list->pipelines = NULL; in sof_ipc4_pcm_free()
935 pipeline_list->pipelines = kcalloc(ipc4_data->max_num_pipelines, in sof_ipc4_pcm_setup()
[all …]
H A Dsof-audio.h321 struct snd_sof_pipeline **pipelines; 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()
/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>;
H A Dsun8i-v3s.dtsi84 allwinner,pipelines = <&mixer0>;
H A Dsun8i-a23-a33.dtsi74 allwinner,pipelines = <&fe0>;
/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
1863 all_pipelines[len].type = pipelines[i].type; in drm_plane_create_color_pipeline_property()
1864 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.c1793 struct drm_prop_enum_list pipelines[MAX_COLOR_PIPELINES]; in dm_plane_init_colorops() local
1805 ret = amdgpu_dm_initialize_default_pipeline(plane, &pipelines[len]); in dm_plane_init_colorops()
1814 drm_plane_create_color_pipeline_property(plane, pipelines, len); 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