Linux kernel source tree
 
 
 
 
 
 
Go to file
Mohammed Anees 0dc4fb69eb drm: Add missing documentation for struct drm_plane_size_hint
This patch takes care of the following warnings during documentation
compiling:

./include/uapi/drm/drm_mode.h:869: warning: Function parameter or struct member 'width' not described in 'drm_plane_size_hint'
./include/uapi/drm/drm_mode.h:869: warning: Function parameter or struct member 'height' not described in 'drm_plane_size_hint'

Signed-off-by: Mohammed Anees <pvmohammedanees2003@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20240811101653.170223-1-pvmohammedanees2003@gmail.com
2024-08-12 11:15:14 +02:00
Documentation Merge drm/drm-next into drm-misc-next 2024-07-29 09:35:54 +02:00
LICENSES
arch Merge drm/drm-next into drm-misc-next 2024-07-29 09:35:54 +02:00
block
certs
crypto
drivers drm/panic: Add panic description 2024-08-12 10:15:45 +02:00
fs Merge drm/drm-next into drm-misc-next 2024-07-29 09:35:54 +02:00
include drm: Add missing documentation for struct drm_plane_size_hint 2024-08-12 11:15:14 +02:00
init
io_uring
ipc
kernel Merge drm/drm-next into drm-misc-next 2024-07-29 09:35:54 +02:00
lib Linux 6.10-rc6 2024-07-05 10:47:28 +02:00
mm
net
rust
samples
scripts
security
sound Linux 6.10-rc6 2024-07-05 10:47:28 +02:00
tools
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS drm/ci: mediatek: add tests for powervr gpu driver 2024-08-06 11:20:50 -03:00
Makefile
README

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.