mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 18:51:21 +02:00
Linux kernel source tree
1. Add wait_event_timeout when disabling plane 2. only announce AFBC if really supported 3. mtk_dpi: Reorder output formats on MT8195/88 -----BEGIN PGP SIGNATURE----- iQJMBAABCgA2FiEEACwLKSDmq+9RDv5P4cpzo8lZTiQFAmh5hc0YHGNodW5rdWFu Zy5odUBrZXJuZWwub3JnAAoJEOHKc6PJWU4k2ywP/RWEbDdxzM6zRZMSRJYcwqyy YFU9f0HgjahMdCF84BhffdmkxY/gbvx1t7I0OLbdKf3dPHZF3D61SOhs1Cy+RGPw 5IHzWzzBSjDM2jtCe+P7pM6M6fVzuxGnyf06apkGEFDLy5e4yJ2YWE3SHpWMQezy xjtjLakDd4/70WMszKqfsaF9RrhZCi0sPcbSMRH1vxsTSnZCH7dN6cn3LCnhgDc6 VejUd7yRnKrYFQPELXKL5WSqZsClPOCT4tqjpIiz3eSahvbAVrtuxAL1gM6lC8kC U5rHjq0p4b8eZnNkLRvurxpOn2ggoDh/Fn6iWblLWkTmfMTIU8KR1Xf/n3mNVvEU 6X/lzjqvp4s8l3n7fE1KtEFtVZlKXxuXeLLHYRPA+EwQ2cyxJjv0GInBE6YAcHSJ 8tzwirAN1C3i83U9y/JrgP2VgTPdE3uye5KizYjac1c1fObIAvVncKZ9lXggE+xP H+Vsi2cHqND8LqEmeC/qxPnRC5PPeeie3KMpj95XhT6fDbky0jO0qdLplrwlRHHN v6irQG4rsouCkWSqYmXpeWs0KmD6ZQELBGEWI50Q/WwcQLUkjQGDn8M2Ut2mZFyG O3V09gHU9Ym7eB/C/WkgHEwJuZK+h6JjMwPHMedlf0aGK5aW+mUoMZSEJm/91iKM hgbaI774q9D8f/+Xf7Pp =zlcI -----END PGP SIGNATURE----- Merge tag 'mediatek-drm-fixes-20250718' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-fixes Mediatek DRM Fixes - 20250718 1. Add wait_event_timeout when disabling plane 2. only announce AFBC if really supported 3. mtk_dpi: Reorder output formats on MT8195/88 Signed-off-by: Dave Airlie <airlied@redhat.com> From: Chun-Kuang Hu <chunkuang.hu@kernel.org> Link: https://lore.kernel.org/r/20250717232916.12372-1-chunkuang.hu@kernel.org |
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| fs | ||
| include | ||
| init | ||
| io_uring | ||
| ipc | ||
| kernel | ||
| lib | ||
| LICENSES | ||
| mm | ||
| net | ||
| rust | ||
| samples | ||
| scripts | ||
| security | ||
| sound | ||
| tools | ||
| usr | ||
| virt | ||
| .clang-format | ||
| .clippy.toml | ||
| .cocciconfig | ||
| .editorconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| .pylintrc | ||
| .rustfmt.toml | ||
| COPYING | ||
| CREDITS | ||
| Kbuild | ||
| Kconfig | ||
| MAINTAINERS | ||
| Makefile | ||
| README | ||
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 reStructuredText 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.