Skip to content

Commit 58ac482

Browse files
konrad-fredpm215
authored andcommitted
introduce xlnx-dp
This is the implementation of the DisplayPort. It has an aux-bus to access dpcd and edid. Graphic plane is connected to the channel 3. Video plane is connected to the channel 0. Audio stream are connected to the channels 4 and 5. Signed-off-by: KONRAD Frederic <fred.konrad@greensocs.com> Tested-By: Hyun Kwon <hyun.kwon@xilinx.com> Reviewed-by: Alistair Francis <alistair.francis@xilinx.com> Message-id: 1465833014-21982-9-git-send-email-fred.konrad@greensocs.com [PMM: fixed format strings] Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
1 parent d3c6369 commit 58ac482

File tree

3 files changed

+1446
-0
lines changed

3 files changed

+1446
-0
lines changed

hw/display/Makefile.objs

+1
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ virtio-gpu.o-libs += $(VIRGL_LIBS)
4444
virtio-gpu-3d.o-cflags := $(VIRGL_CFLAGS)
4545
virtio-gpu-3d.o-libs += $(VIRGL_LIBS)
4646
obj-$(CONFIG_DPCD) += dpcd.o
47+
obj-$(CONFIG_XLNX_ZYNQMP) += xlnx_dp.o

0 commit comments

Comments
 (0)