mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
f5d50a13b7c7725faf1c0a58b2c88d25398dd9de
the following flow is conflict with kernel logo display: so we ignore the restore_fbdev_mode_atomic when in kernel logo on state. [ 0.861904] vop_plane_atomic_update+0x2604/0x390c [ 0.861913] drm_atomic_helper_commit_planes+0x158/0x1d8 [ 0.861922] rockchip_atomic_commit_complete+0x94/0xf0 [ 0.861930] rockchip_drm_atomic_commit+0x1c0/0x1f8 [ 0.861938] drm_atomic_commit+0x6c/0x84 [ 0.861948] restore_fbdev_mode_atomic+0x1a8/0x224 [ 0.861956] restore_fbdev_mode+0x60/0x168 [ 0.861965] drm_fb_helper_restore_fbdev_mode_unlocked+0x74/0xb0 [ 0.861974] drm_fb_helper_set_par+0x80/0xa0 [ 0.861983] drm_fb_helper_hotplug_event+0x10c/0x124 [ 0.861991] rockchip_drm_output_poll_changed+0x54/0x64 [ 0.862000] drm_kms_helper_hotplug_event+0x48/0x70 [ 0.862009] output_poll_execute+0x1c4/0x214 [ 0.862018] process_one_work+0x208/0x3bc [ 0.862027] worker_thread+0x214/0x318 [ 0.862035] kthread+0x120/0x128 [ 0.862043] ret_from_fork+0x10/0x18 Change-Id: I8e9874659e9f6b3a29e34f247855b73faf42fde0 Signed-off-by: Sandy Huang <hjc@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%