mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
9aa7f0beff6e6d7b9e8ccce917c0bf6fbb6c39d6
1. Add mpp_dev task capacity and default is 1. The task capacity is the task queue length that hardware can accept. Default 1 means normal hardware can only accept one task at once. 2. Attach mpp_dev to mpp_taskqueue for status probe. The task queue capacity is the minimum task capacity of all the attached mpp_dev. Change-Id: I8cafe806ec9399902237418d2bbcb088240ed415 Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
…
…
…
…
…
…
…
…
…
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.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%