]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/vc4: Add support for the VEC (Video Encoder) IP
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Fri, 2 Dec 2016 13:48:10 +0000 (14:48 +0100)
committerEric Anholt <eric@anholt.net>
Fri, 9 Dec 2016 23:26:31 +0000 (15:26 -0800)
commite4b81f8c74c82dbc0cb0e5ceb5ef9b713b325fc9
tree79b1d0ac5870c98a0acf4fdf3b4c638bf927c9ed
parent299a16b163c95fbe1e3b1e142ba9c6ce9dab2c23
drm/vc4: Add support for the VEC (Video Encoder) IP

The VEC IP is a TV DAC, providing support for PAL and NTSC standards.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/vc4/Makefile
drivers/gpu/drm/vc4/vc4_debugfs.c
drivers/gpu/drm/vc4/vc4_drv.c
drivers/gpu/drm/vc4/vc4_drv.h
drivers/gpu/drm/vc4/vc4_vec.c [new file with mode: 0644]