summaryrefslogtreecommitdiff
path: root/drivers/dma/xilinx/Makefile
diff options
context:
space:
mode:
authorHyun Kwon <hyun.kwon@xilinx.com>2020-07-17 04:33:35 +0300
committerVinod Koul <vkoul@kernel.org>2020-07-17 09:07:59 +0300
commit7cbb0c63de3fc218fd06ecfedb477772a4d12f76 (patch)
tree3c7401155c0bb244a7185fe42f4ce61c62b246a2 /drivers/dma/xilinx/Makefile
parent9c8ebd8b82da89c2484594b61d66288d24983348 (diff)
downloadlinux-7cbb0c63de3fc218fd06ecfedb477772a4d12f76.tar.xz
dmaengine: xilinx: dpdma: Add the Xilinx DisplayPort DMA engine driver
The ZynqMP DisplayPort subsystem includes a DMA engine called DPDMA with 6 DMa channels (4 for display and 2 for audio). This driver exposes the DPDMA through the dmaengine API, to be used by audio (ALSA) and display (DRM) drivers for the DisplayPort subsystem. Signed-off-by: Hyun Kwon <hyun.kwon@xilinx.com> Signed-off-by: Tejas Upadhyay <tejasu@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Link: https://lore.kernel.org/r/20200717013337.24122-4-laurent.pinchart@ideasonboard.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/xilinx/Makefile')
-rw-r--r--drivers/dma/xilinx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/xilinx/Makefile b/drivers/dma/xilinx/Makefile
index e921de575b55..767bb45f641f 100644
--- a/drivers/dma/xilinx/Makefile
+++ b/drivers/dma/xilinx/Makefile
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_XILINX_DMA) += xilinx_dma.o
obj-$(CONFIG_XILINX_ZYNQMP_DMA) += zynqmp_dma.o
+obj-$(CONFIG_XILINX_ZYNQMP_DPDMA) += xilinx_dpdma.o