mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
042b41bb3c5bb147a098a091397e75c2bcb1af57
when DSI operates in auto calculation mode,it sends a dsc read get_scanline request to the peripheral devices to automatically calculate phy_max_rd_time_auto during the auto calculation training. However,if the peripheral devices,such as a bridge chip or some panel, lack the capability to respond to read-back requests,they cannot respond to the DSI host’s BTA,leading to the signal control not being properly returned to the DSI host,Therefore,the BTA function should be disabled in such case. Signed-off-by: Guochun Huang <hero.huang@rock-chips.com> Change-Id: Iddac487ade3de49e73594e92ad2f7b537ddf2335
…
…
…
…
…
…
…
…
…
…
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.
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.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%