Commit 7cbb0c6
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 <[email protected]>
Signed-off-by: Tejas Upadhyay <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Signed-off-by: Laurent Pinchart <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>1 parent 9c8ebd8 commit 7cbb0c6
File tree
4 files changed
+1545
-0
lines changed- drivers/dma
- xilinx
4 files changed
+1545
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18858 | 18858 | | |
18859 | 18859 | | |
18860 | 18860 | | |
| 18861 | + | |
18861 | 18862 | | |
18862 | 18863 | | |
18863 | 18864 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
707 | 707 | | |
708 | 708 | | |
709 | 709 | | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
710 | 720 | | |
711 | 721 | | |
712 | 722 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
0 commit comments