mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
Linux kernel source tree
Rockchip vop2 build on a unified architecture with multi video output ports support. For RK3568: * 3 Video Port, every video port can drive a display timing independently. * 6 graphic window: Cluster win x 2, Esmart win x 2, Smart wind x 2. * 6 windows can be divided into 3 groups for independent overlay for 3 Video Ports. * RGB/eDP/HDMI/MIPI get display timing from 1 of the 3 Video Ports. +----------+ +-------------+ | Cluster | | Sel 1 from 6| +--------------------+ | window0 | | Layer0 | |n from 6| | +----------+ +-------------+ | |Video Port0| +----------+ +-------------+ |Overlay | | | Cluster | | Sel 1 from 6| +--------+-----------+ | window1 | | Layer1 | +----------+ +-------------+ +----------+ +-------------+ | Esmart | | Sel 1 from 6| | window0 | | Layer2 | +--------------------+ +----------+ +-------------+ |n from 6| | +----------+ +-------------+ | |Video Port1| | Esmart | | Sel 1 from 6| |Overlay | | | Window1 | | Layer3 | +--------+-----------+ +----------+ +-------------+ +----------+ +-------------+ | Smart | | Sel 1 from 6| | Window0 | | Layer4 | +--------------------+ +----------+ +-------------+ |n from 6| | +----------+ +-------------+ | |Video Port2| | Smart | | Sel 1 from 6| |Overlay | | | Window1 | | Layer5 | +--------+-----------+ +----------+ +-------------+ Change-Id: I4c42d655f75903066888b6aea92e926192b000c2 Signed-off-by: Andy Yan <andy.yan@rock-chips.com> |
||
|---|---|---|
| android | ||
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| firmware | ||
| fs | ||
| include | ||
| init | ||
| ipc | ||
| kernel | ||
| lib | ||
| LICENSES | ||
| mm | ||
| net | ||
| samples | ||
| scripts | ||
| security | ||
| sound | ||
| tools | ||
| usr | ||
| virt | ||
| .clang-format | ||
| .cocciconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| .scmversion | ||
| build.config.aarch64 | ||
| build.config.allmodconfig | ||
| build.config.allmodconfig.aarch64 | ||
| build.config.allmodconfig.arm | ||
| build.config.allmodconfig.x86_64 | ||
| build.config.arm | ||
| build.config.common | ||
| build.config.gki | ||
| build.config.gki_kasan | ||
| build.config.gki_kasan.aarch64 | ||
| build.config.gki_kasan.x86_64 | ||
| build.config.gki-debug.aarch64 | ||
| build.config.gki-debug.x86_64 | ||
| build.config.gki.aarch64 | ||
| build.config.gki.x86_64 | ||
| build.config.x86_64 | ||
| COPYING | ||
| CREDITS | ||
| Kbuild | ||
| Kconfig | ||
| logo_kernel.bmp | ||
| logo.bmp | ||
| MAINTAINERS | ||
| Makefile | ||
| README | ||
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.