The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/media/xilinx/video.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 DT bindings for Xilinx video IP cores
    2 -------------------------------------
    3 
    4 Xilinx video IP cores process video streams by acting as video sinks and/or
    5 sources. They are connected by links through their input and output ports,
    6 creating a video pipeline.
    7 
    8 Each video IP core is represented by an AMBA bus child node in the device
    9 tree using bindings documented in this directory. Connections between the IP
   10 cores are represented as defined in ../video-interfaces.txt.
   11 
   12 The whole  pipeline is represented by an AMBA bus child node in the device
   13 tree using bindings documented in ./xlnx,video.txt.
   14 
   15 Common properties
   16 -----------------
   17 
   18 The following properties are common to all Xilinx video IP cores.
   19 
   20 - xlnx,video-format: This property represents a video format transmitted on an
   21   AXI bus between video IP cores, using its VF code as defined in "AXI4-Stream
   22   Video IP and System Design Guide" [UG934]. How the format relates to the IP
   23   core is described in the IP core bindings documentation.
   24 
   25 - xlnx,video-width: This property qualifies the video format with the sample
   26   width expressed as a number of bits per pixel component. All components must
   27   use the same width.
   28 
   29 - xlnx,cfa-pattern: When the video format is set to Mono/Sensor, this property
   30   describes the sensor's color filter array pattern. Supported values are
   31   "bggr", "gbrg", "grbg", "rggb" and "mono". If not specified, the pattern
   32   defaults to "mono".
   33 
   34 
   35 [UG934] https://www.xilinx.com/support/documentation/ip_documentation/axi_videoip/v1_0/ug934_axi_videoIP.pdf

Cache object: 6f5aa251f92ac3a4360325b63a65b70f


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.