introduce xlnx-dp
commit58ac482a66de09a7590f705e53fc6a3fb8a055e8
authorKONRAD Frederic <fred.konrad@greensocs.com>
Tue, 14 Jun 2016 14:59:15 +0000 (14 15:59 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 14 Jun 2016 15:01:03 +0000 (14 16:01 +0100)
tree1246e69aaf7e636f58a1beb3429c46d6f3d886e7
parentd3c6369a96a8741523a617295306665773ca02e5
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>
hw/display/Makefile.objs
hw/display/xlnx_dp.c [new file with mode: 0644]
include/hw/display/xlnx_dp.h [new file with mode: 0644]