mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
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>
This commit is contained in:
parent
d3c6369a96
commit
58ac482a66
3 changed files with 1446 additions and 0 deletions
|
@ -44,3 +44,4 @@ virtio-gpu.o-libs += $(VIRGL_LIBS)
|
|||
virtio-gpu-3d.o-cflags := $(VIRGL_CFLAGS)
|
||||
virtio-gpu-3d.o-libs += $(VIRGL_LIBS)
|
||||
obj-$(CONFIG_DPCD) += dpcd.o
|
||||
obj-$(CONFIG_XLNX_ZYNQMP) += xlnx_dp.o
|
||||
|
|
1336
hw/display/xlnx_dp.c
Normal file
1336
hw/display/xlnx_dp.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue