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

Mario Six mario.six at gdsys.cc
Wed Apr 11 07:27:02 UTC 2018


Hi Simon,

On Fri, Mar 30, 2018 at 10:41 AM, Simon Glass <sjg at chromium.org> wrote:
> 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?
>

While the DP transmitters, of course, all do similar things (e.g. they all
eventually set a lane count), the implementation details differ greatly, and I
think trying to merge them would only make things more confusing, since the
drivers tend to be pretty elaborate (looking at the exynos driver, for
example).

> Regards,
> Simon
>

Best regards,

Mario


More information about the U-Boot mailing list