]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tegra: video: Add Embedded DisplayPort driver
authorSimon Glass <sjg@chromium.org>
Wed, 15 Apr 2015 03:03:41 +0000 (21:03 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:39:35 +0000 (22:39 +0200)
commitc2b5f108fb98468cda2a1c42bec47e9616da580f
treef9939da835dc19d40f6d97330d1d1436421a02be
parentaafa75a843ba15530d957cb8f61c22165167612b
tegra: video: Add Embedded DisplayPort driver

This interface is used on laptop devices based on Tegra. Add a driver which
provides access to the eDP interface. The driver uses the display port
uclass.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Tom Warren <twarren@nvidia.com>
drivers/video/tegra124/Makefile
drivers/video/tegra124/displayport.h [new file with mode: 0644]
drivers/video/tegra124/dp.c [new file with mode: 0644]