Home
last modified time | relevance | path

Searched +full:android +full:- +full:pipe (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/platform/goldfish/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
10 Unless you are building for the Android Goldfish emulator say N here.
17 This is a virtual device to drive the QEMU pipe interface used by
18 the Goldfish Android Virtual Device.
H A Dgoldfish_pipe.c1 // SPDX-License-Identifier: GPL-2.0
6 * Copyright (C) 2011-2016 Google, Inc.
26 * .... write() or read() through the pipe.
61 #include <linux/dma-mapping.h>
83 /* A per-pipe command structure, shared with the host */
85 s32 cmd; /* PipeCmdCode, guest -> host */
86 s32 id; /* pipe id, guest -> host */
87 s32 status; /* command execution status, host -> guest */
88 s32 reserved; /* to pad to 64-bit boundary */
92 /* number of buffers, guest -> host */
[all …]
/linux/drivers/gpu/drm/msm/
H A DNOTES5 + MDP3 - ?? seems to be what is on geeksphone peak device
6 + MDP4 - S3 (APQ8060, touchpad), S4-pro (APQ8064, nexus4 & ifc6410)
7 + MDP5 - snapdragon 800
20 with N different kms devices from xf86-video-freedreno. Plus, it
27 And one or more 'struct msm_gpu' for the various different gpu sub-
38 plane -> PIPE{RGBn,VGn} \
39 crtc -> OVLP{n} + DMA{P,S,E} (??) |-> MDP "device"
40 encoder -> DTV/LCDC/DSI (within MDP4) /
41 connector -> HDMI/DSI/etc --> other device(s)
51 plane -> PIPE{RGBn,VIGn} \
[all …]
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/
H A Dassert_support.h1 /* SPDX-License-Identifier: GPL-2.0 */
12 #define CT_ASSERT(cnd) ((void)sizeof(char[(cnd) ? 1 : -1]))
19 * but that causes many compiler warnings (==errors) under Android
32 * The implementation for the pipe generation tool is in see support.isp.h
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8998-oneplus-common.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
3 * OnePlus 5(T) (cheeseburger / dumpling) common device tree source based on msm8998-mtp.dtsi
9 /dts-v1/;
11 #include <dt-bindings/gpio/gpio.h>
12 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
20 qcom,msm-id = <292 0x20001>; /* 8998 v2.1 */
23 #address-cells = <2>;
24 #size-cells = <2>;
29 compatible = "simple-framebuffer";
47 power-domains = <&mmcc MDSS_GDSC>;
[all …]
/linux/
H A DMAINTAINERS5 ----------
[all...]