mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
52f76dc1791de3bd666e61d052cd0c8fb407a6fe
We allow some amount of slop in dw_hdmi_rockchip_mode_valid(). That's a good thing since allowing a little bit of slop lets us support a bunch of extra resolutions. Originally, we also made a change to the VOP code to add the concept of slop in there. That was reasonable, but there was a problem: it would tend to request clock rates that weren't _exactly_ clock rates that we thought about. It's possible that the common clock framework would map these to PLL rates that we haven't thought about and we haven't tested for jitter. Instead of changing VOP, we should probably adjust the clock ourselves in the mode_fixup function. That way we'll request the exact clock we tested and we'll know how the common clock framework will map it. Change-Id: I56c2b046f76d554aab5eaed7a6b171ea074d6a62 Signed-off-by: Douglas Anderson <dianders@chromium.org> Signed-off-by: Yakir Yang <ykk@rock-chips.com> Reviewed-on: https://chromium-review.googlesource.com/284376 Reviewed-by: Alexandru Stan <amstan@chromium.org>
…
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%