video: tegra20: provide driver support for the HDMI controller
authorSvyatoslav Ryhel <clamor95@gmail.com>
Thu, 22 Jun 2023 17:46:00 +0000 (20:46 +0300)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Thu, 13 Mar 2025 17:12:56 +0000 (19:12 +0200)
commit2dd1092ab8872fc535369e4f29afad0e8d9d0d6d
treed7aecbc7bc15ce481de7f02b6e600ac9d97d638b
parenteb65c25b611887ed57ec38ef8f61af80e76b7beb
video: tegra20: provide driver support for the HDMI controller

Tegra platforms feature native HDMI support. Implement a driver to enable
functionality. This driver will initially support Tegra 2 and 3, with
future extensibility.

Co-developed-by: Jonas Schwöbel <jonasschwoebel@yahoo.de>
Signed-off-by: Jonas Schwöbel <jonasschwoebel@yahoo.de>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
arch/arm/include/asm/arch-tegra/dc.h
drivers/video/tegra20/Kconfig
drivers/video/tegra20/Makefile
drivers/video/tegra20/tegra-hdmi.c [new file with mode: 0644]
drivers/video/tegra20/tegra-hdmi.h [new file with mode: 0644]