Go to file
Thomas Zimmermann 520bc3ce00 vfio-mdev/mdpy-fb: Do not set struct fb_info.apertures
Generic fbdev drivers use the apertures field in struct fb_info to
control ownership of the framebuffer memory and graphics device. Do
not set the values in mdpy-fb.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221219160516.23436-10-tzimmermann@suse.de
2023-04-15 09:34:55 +08:00
Documentation dt-bindings: display: Add Himax HX8394 panel controller 2023-04-15 09:34:39 +08:00
LICENSES
arch
block
certs
crypto
drivers fbdev/hyperv-fb: Do not set struct fb_info.apertures 2023-04-15 09:34:54 +08:00
fs
include drm: Remove some obsolete drm pciids(tdfx, mga, i810, savage, r128, sis, via) 2023-04-15 09:34:53 +08:00
init
io_uring
ipc
kernel
lib
mm
net
rust
samples vfio-mdev/mdpy-fb: Do not set struct fb_info.apertures 2023-04-15 09:34:55 +08:00
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Remove some obsolete drivers info(tdfx, mga, i810, savage, r128, sis) 2023-04-15 09:34:53 +08: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 Restructured Text 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.