]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
drm: xlnx: sdi: Adding sdi-tx driver
authorSaurabh Sengar <saurabh.singh@xilinx.com>
Fri, 2 Feb 2018 08:20:31 +0000 (13:50 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 15 Mar 2018 14:19:56 +0000 (15:19 +0100)
commit8374bc74af03695375155b34246d62e9c3105204
treebb5266365d3cbaf1bce758af8946568cb0410443
parent375724f8e7ac5adf625c8bb16651a864ba91885a
drm: xlnx: sdi: Adding sdi-tx driver

Adding sdi transmitter subsystem driver
SDI transmitter subsystem implements a SDI transmit interface in
accordance to the serial digital interface (SDI) family of standards.
The subsystem accepts video from AXI-4 Stream Video interface and outputs
Native Video stream, and allows for fast selection of the top-level
parameters and automates most of the lower level parameterization. The
AXI4-Stream video interface allows a seamless interface to other
AXI4-Stream-based subsystems.

Signed-off-by: Saurabh Sengar <saurabhs@xilinx.com>
Reviewed-by: Hyun Kwon <hyun.kwon@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/gpu/drm/xlnx/Kconfig
drivers/gpu/drm/xlnx/Makefile
drivers/gpu/drm/xlnx/xlnx_sdi.c [new file with mode: 0644]
drivers/gpu/drm/xlnx/xlnx_sdi_modes.h [new file with mode: 0644]
drivers/gpu/drm/xlnx/xlnx_sdi_timing.c [new file with mode: 0644]
drivers/gpu/drm/xlnx/xlnx_sdi_timing.h [new file with mode: 0644]