Go to file
Sam Ravnborg 480ab0ee8b drm/msm: fix opencoded use of drm_panel_*
Use the function drm_panel_get_modes().

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Cc: Alexios Zavras <alexios.zavras@intel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Allison Randal <allison@lohutok.net>
Cc: Enrico Weigelt <info@metux.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20190804201637.1240-7-sam@ravnborg.org
2019-12-01 12:17:54 +01:00
arch
block
certs
crypto
Documentation dt-bindings: Add Logic PD Type 28 display panel 2019-11-30 23:03:04 +01:00
drivers drm/msm: fix opencoded use of drm_panel_* 2019-12-01 12:17:54 +01:00
fs
include drm: Inline drm_color_lut_extract() 2019-11-29 21:29:17 +02:00
init
ipc
kernel
lib
LICENSES
mm
net
samples sample/vfio-mdev/mbocs: Remove dma_buf_k(un)map support 2019-11-25 22:37:30 +01:00
scripts
security
sound
tools Revert "kselftests: Add dma-heap test" 2019-10-30 16:40:13 -04:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Remove myself from drm-misc entry 2019-11-20 16:38:05 -05: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.

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.