| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_color_pipeline.c | 85 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 D | ipc4-pcm.c | 369 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 D | sof-audio.h | 214 * @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 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()
|
| H A D | komeda_crtc.c | 578 master = mdev->pipelines[i]; in komeda_kms_setup_crtcs()
|
| /linux/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 | introduction.rst | 6 complex graphics devices, usually containing programmable pipelines well
|
| /linux/Documentation/gpu/rfc/ |
| H A D | color_pipeline.rst | 99 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 D | notes.txt | 28 this means that unlike in fixed pipelines the soft pipelines
|
| /linux/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
|
| /linux/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/drivers/media/platform/samsung/exynos4-is/ |
| 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() 1438 INIT_LIST_HEAD(&fmd->pipelines); in fimc_md_probe()
|
| /linux/include/drm/ |
| H A D | drm_plane.h | 1026 const struct drm_prop_enum_list *pipelines,
|
| /linux/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/drivers/gpu/drm/ |
| H A D | drm_plane.c | 1839 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 D | amdgpu_dm_plane.c | 1798 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 D | workload-tracing.rst | 123 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 D | request-api.rst | 10 modern devices (stateless codecs, complex camera pipelines, ...) and APIs
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | open.rst | 44 sub-devices and to configure the pipelines via the
|
| /linux/Documentation/gpu/amdgpu/display/ |
| H A D | mpo-overview.rst | 12 the graphics/compute pipelines can be put into low-power states. In summary,
|