[U-Boot] [PATCH 7/7] video_display: Add Xilinx LogiCore DP TX

Simon Glass sjg at chromium.org
Fri Mar 30 08:41:45 UTC 2018


Hi Mario,

On 28 March 2018 at 20:40, Mario Six <mario.six at gdsys.cc> wrote:
> Add a driver for the Xilinx LogiCORE DisplayPort IP core.
>
> Signed-off-by: Mario Six <mario.six at gdsys.cc>
> ---
>  drivers/video/Kconfig                |    8 +
>  drivers/video/Makefile               |    1 +
>  drivers/video/logicore_dp_dpcd.h     |  342 ++++++
>  drivers/video/logicore_dp_tx.c       | 1974 ++++++++++++++++++++++++++++++++++
>  drivers/video/logicore_dp_tx.h       |   40 +
>  drivers/video/logicore_dp_tx_regif.h |  365 +++++++
>  6 files changed, 2730 insertions(+)
>  create mode 100644 drivers/video/logicore_dp_dpcd.h
>  create mode 100644 drivers/video/logicore_dp_tx.c
>  create mode 100644 drivers/video/logicore_dp_tx.h
>  create mode 100644 drivers/video/logicore_dp_tx_regif.h

Is it possible to have common code with the other DP drivers?

Regards,
Simon


More information about the U-Boot mailing list