Go to file
Alexandru Gheorghe e51767279f drm/selftest: Refactor test-drm_plane_helper
The idea is to split test implementations in different compilation
units, but have one single place where we define the list of tests,
in this case(drm_modeset_selftests.h).

Signed-off-by: Alexandru Gheorghe <alexandru-cosmin.gheorghe@arm.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20181019105752.17741-9-alexandru-cosmin.gheorghe@arm.com
2018-10-22 10:30:50 +01:00
arch
block
certs
crypto
Documentation drm/todo: Add some cleanup tasks 2018-10-05 18:05:32 +02:00
drivers drm/selftest: Refactor test-drm_plane_helper 2018-10-22 10:30:50 +01:00
firmware
fs
include drm: fourcc: Convert drm_format_info kerneldoc to in-line member documentation 2018-10-22 10:30:26 +01:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security
sound
tools This is the 4.19-rc5 stable release 2018-09-27 11:06:46 +10:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS drm/panel: Add support for Olimex LCD-OLinuXino panel 2018-09-27 14:27:24 +02:00
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 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.