On Tue, May 20, 2014 at 03:56:15PM +0200, Benjamin Gaignard wrote:
> Add driver to support analog TV ouput.
Unfortunate that this has the same abbreviation as High-Definition
Audio...
> diff --git a/drivers/gpu/drm/sti/sti_hda.c b/drivers/gpu/drm/sti/sti_hda.c
[...]
> +/* Video DACs control */
>
Add driver to support analog TV ouput.
Signed-off-by: Benjamin Gaignard
---
drivers/gpu/drm/sti/Makefile | 1 +
drivers/gpu/drm/sti/sti_hda.c | 480 ++
2 files changed, 481 insertions(+)
create mode 100644 drivers/gpu/drm/sti/sti_hda.c
diff --git a/dr