| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_color_pipeline.c | 84 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 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() 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 D | sof-audio.h | 321 struct snd_sof_pipeline **pipelines; 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()
|
| /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>;
|
| H A D | sun8i-v3s.dtsi | 84 allwinner,pipelines = <&mixer0>;
|
| H A D | sun8i-a23-a33.dtsi | 74 allwinner,pipelines = <&fe0>;
|
| /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 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 D | amdgpu_dm_plane.c | 1793 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 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,
|