mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
60a6e19c71896cd3ef46aec3047cba757c03050e
add and optimize information: bus_format, flag, clk, real_clk
For the rx side, clk is the actual frequency of the set clk_rx_read,
and real_clk is the actual clock frequency given by the detected
front end (which hdmirx sets into src_mode->clock).
For the tx side, clk is the set dst_mode->clock and real_clk is the
actual frequency of the set sclk_vop.
Type: Fix
Redmine ID: N/A
Associated modifications: N/A
Test:
console:/ # cat /d/rk628/5-0050/summary
input: HDMI
Display mode: 3840x2160p60 bus_format: YUV444
clk[594000] real_clk[594000] flag[5]
H: 3840 4016 4100 4400
V: 2160 2168 2178 2250
output: GVI
Display mode: 3840x2160p60 bus_format: RGB
clk[594000] real_clk[594000] flag[a]
H: 3840 4016 4100 4400
V: 2160 2168 2178 2250
csc:
csc[1], csc mode:BT709L_13BIT
system:
sw_hsync_pol:1, sw_vsync_pol:1
dsp_frame_h_start:0, dsp_frame_v_start:5
Signed-off-by: Zhibin Huang <zhibin.huang@rock-chips.com>
Change-Id: Ibb312aefeee68a6c882294e221b0ce9b3b3b6f98
…
…
…
…
…
…
…
…
…
…
…
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%