Searched +full:android +full:- +full:pipe (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/platform/goldfish/ |
| H A D | Kconfig | 1 # 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 D | goldfish_pipe.c | 1 // SPDX-License-Identifier: GPL-2.0 6 * Copyright (C) 2011-2016 Google, Inc. 26 * .... write() or read() through the pipe. 62 #include <linux/dma-mapping.h> 84 /* A per-pipe command structure, shared with the host */ 86 s32 cmd; /* PipeCmdCode, guest -> host */ 87 s32 id; /* pipe id, guest -> host */ 88 s32 status; /* command execution status, host -> guest */ 89 s32 reserved; /* to pad to 64-bit boundary */ 93 /* number of buffers, guest -> host */ [all …]
|
| /linux/drivers/gpu/drm/msm/ |
| H A D | NOTES | 5 + 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 D | assert_support.h | 1 /* 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/drivers/gpu/drm/msm/adreno/ |
| H A D | adreno_gpu.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 35 * @enum adreno_family: identify generation and possibly sub-generation 37 * In some cases there are distinct sub-generations within a major revision 39 * necessary sub-generation. 92 /* Reglist with pipe information */ 96 u32 pipe; member 109 * @chipids: Table of matching chip-ids 150 * -----+--------- 218 * of gpu firmware to linux-firmware, the fw files were 220 * android kernel. But linux-firmware preferred they be [all …]
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | msm8998-oneplus-common.dtsi | 1 // 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 …]
|
| H A D | msm8998-xiaomi-sagit.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 3 * Xiaomi Mi 6 (sagit) device tree source based on msm8998-mtp.dtsi 10 /dts-v1/; 16 #include <dt-bindings/input/input.h> 17 #include <dt-bindings/leds/common.h> 18 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 24 /delete-node/ &adsp_mem; 25 /delete-node/ &mpss_mem; 26 /delete-node/ &venus_mem; 27 /delete-node/ &mba_mem; [all …]
|
| /linux/drivers/gpu/drm/mcde/ |
| H A D | mcde_drv.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * (C) ST-Ericsson SA 2013 9 * DOC: ST-Ericsson MCDE Driver 11 * The MCDE (short for multi-channel display engine) is a graphics 15 * ST-Ericsson U8500 where is was used for mass-market deployments 16 * in Android phones from Samsung and Sony Ericsson. 18 * It can do 1080p30 on SDTV CCIR656, DPI-2, DBI-2 or DSI for 25 * Memory -> Overlay -> Channel -> FIFO -> 8 formatters -> DSI/DPI 47 * - Enabled damaged rectangles using drm_plane_enable_fb_damage_clips() 49 * command-only display. [all …]
|
| /linux/ |
| H A D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|