Searched +full:zynqmp +full:- +full:dpdma (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/Documentation/devicetree/bindings/dma/xilinx/ |
D | xlnx,zynqmp-dpdma.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/dma/xilinx/xlnx,zynqmp-dpdma.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Xilinx ZynqMP DisplayPort DMA Controller Device Tree Bindings 10 These bindings describe the DMA engine included in the Xilinx ZynqMP 16 - Laurent Pinchart <laurent.pinchart@ideasonboard.com> 19 - $ref: "../dma-controller.yaml#" 22 "#dma-cells": 25 The cell is the DMA channel ID (see dt-bindings/dma/xlnx-zynqmp-dpdma.h [all …]
|
/Linux-v5.15/drivers/dma/xilinx/ |
D | xilinx_dpdma.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Xilinx ZynqMP DPDMA Engine driver 5 * Copyright (C) 2015 - 2020 Xilinx, Inc. 27 #include <dt-bindings/dma/xlnx-zynqmp-dpdma.h> 30 #include "../virt-dma.h" 32 /* DPDMA registers */ 118 /* DPDMA descriptor fields */ 141 * struct xilinx_dpdma_hw_desc - DPDMA hardware descriptor 179 * struct xilinx_dpdma_sw_desc - DPDMA software descriptor 180 * @hw: DPDMA hardware descriptor [all …]
|
/Linux-v5.15/drivers/gpu/drm/xlnx/ |
D | zynqmp_disp.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * ZynqMP Display Driver 5 * Copyright (C) 2017 - 2020 Xilinx, Inc. 8 * - Hyun Woo Kwon <hyun.kwon@xilinx.com> 9 * - Laurent Pinchart <laurent.pinchart@ideasonboard.com> 24 /* The DPDMA is limited to 44 bit addressing. */
|
D | zynqmp_disp.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * ZynqMP Display Controller Driver 5 * Copyright (C) 2017 - 2020 Xilinx, Inc. 8 * - Hyun Woo Kwon <hyun.kwon@xilinx.com> 9 * - Laurent Pinchart <laurent.pinchart@ideasonboard.com> 27 #include <linux/dma-mapping.h> 42 * -------- 44 * The display controller part of ZynqMP DP subsystem, made of the Audio/Video 47 * +------------------------------------------------------------+ 48 * +--------+ | +----------------+ +-----------+ | [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/display/xlnx/ |
D | xlnx,zynqmp-dpsub.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/xlnx/xlnx,zynqmp-dpsub.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Xilinx ZynqMP DisplayPort Subsystem 10 The DisplayPort subsystem of Xilinx ZynqMP (Zynq UltraScale+ MPSoC) 14 +------------------------------------------------------------+ 15 +--------+ | +----------------+ +-----------+ | 16 | DPDMA | --->| | --> | Video | Video +-------------+ | 17 | 4x vid | | | | | Rendering | -+--> | | | +------+ [all …]
|
/Linux-v5.15/arch/arm64/boot/dts/xilinx/ |
D | zynqmp.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * dts file for Xilinx ZynqMP 5 * (C) Copyright 2014 - 2019, Xilinx, Inc. 15 #include <dt-bindings/dma/xlnx-zynqmp-dpdma.h> 16 #include <dt-bindings/power/xlnx-zynqmp-power.h> 17 #include <dt-bindings/reset/xlnx-zynqmp-resets.h> 20 compatible = "xlnx,zynqmp"; 21 #address-cells = <2>; 22 #size-cells = <2>; 25 #address-cells = <1>; [all …]
|
/Linux-v5.15/drivers/dma/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 103 tristate "Analog Devices AXI-DMAC DMA support" 109 Enable support for the Analog Devices AXI-DMAC peripheral. This DMA 145 tristate "SA-11x0 DMA support" 150 Support the DMA engine found on Intel StrongARM SA-1100 and 151 SA-1110 SoCs. This DMA engine can only be used with on-chip 210 This module can be found on Freescale Vybrid and LS-1 SoCs. 253 Enable support for the IMG multi-threaded DMA controller (MDC). 273 tristate "Intel integrated DMA 64-bit support" 308 accel-config) to continue function. It is expected that accel-config [all …]
|
/Linux-v5.15/ |
D | MAINTAINERS | 9 ------------------------- 30 ``diff -u`` to make the patch easy to merge. Be prepared to get your 40 See Documentation/process/coding-style.rst for guidance here. 46 See Documentation/process/submitting-patches.rst for details. 57 include a Signed-off-by: line. The current version of this 59 Documentation/process/submitting-patches.rst. 70 that the bug would present a short-term risk to other users if it 76 Documentation/admin-guide/security-bugs.rst for details. 81 --------------------------------------------------- 97 W: *Web-page* with status/info [all …]
|