summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_debugfs.c
diff options
context:
space:
mode:
authorBoris Brezillon2016-12-02 14:48:10 +0100
committerEric Anholt2016-12-10 00:26:31 +0100
commite4b81f8c74c82dbc0cb0e5ceb5ef9b713b325fc9 (patch)
tree79b1d0ac5870c98a0acf4fdf3b4c638bf927c9ed /drivers/gpu/drm/vc4/vc4_debugfs.c
parentdrm: Add TV connector states to drm_connector_state (diff)
downloadkernel-qcow2-linux-e4b81f8c74c82dbc0cb0e5ceb5ef9b713b325fc9.tar.gz
kernel-qcow2-linux-e4b81f8c74c82dbc0cb0e5ceb5ef9b713b325fc9.tar.xz
kernel-qcow2-linux-e4b81f8c74c82dbc0cb0e5ceb5ef9b713b325fc9.zip
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>
Diffstat (limited to 'drivers/gpu/drm/vc4/vc4_debugfs.c')
-rw-r--r--drivers/gpu/drm/vc4/vc4_debugfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/vc4/vc4_debugfs.c b/drivers/gpu/drm/vc4/vc4_debugfs.c
index 245115d49c46..caf817bac885 100644
--- a/drivers/gpu/drm/vc4/vc4_debugfs.c
+++ b/drivers/gpu/drm/vc4/vc4_debugfs.c
@@ -19,6 +19,7 @@ static const struct drm_info_list vc4_debugfs_list[] = {
{"bo_stats", vc4_bo_stats_debugfs, 0},
{"dpi_regs", vc4_dpi_debugfs_regs, 0},
{"hdmi_regs", vc4_hdmi_debugfs_regs, 0},
+ {"vec_regs", vc4_vec_debugfs_regs, 0},
{"hvs_regs", vc4_hvs_debugfs_regs, 0},
{"crtc0_regs", vc4_crtc_debugfs_regs, 0, (void *)(uintptr_t)0},
{"crtc1_regs", vc4_crtc_debugfs_regs, 0, (void *)(uintptr_t)1},