Go to file
Peter Ujfalusi a18301b9f5 drm/tegra: Let core take care of normalizing the zpos
Set the drm_mode_config->normalize_zpos and call the generic
drm_atomic_helper_check() instead of duplicating it within
tegra_atomic_check().

Call tegra_display_hub_atomic_check() after the drm_atomic_helpre_check()
returned without error.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
CC: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180321102029.15248-4-peter.ujfalusi@ti.com
2018-03-28 09:45:44 +03:00
arch
block
certs
crypto
Documentation Merge airlied/drm-next into drm-misc-next 2018-03-21 09:40:55 -04:00
drivers drm/tegra: Let core take care of normalizing the zpos 2018-03-28 09:45:44 +03:00
firmware
fs
include drm: Add drm_mode_config->normalize_zpos boolean 2018-03-28 09:45:43 +03:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts drm: Remove drm_property_{un/reference}_blob aliases 2018-03-22 09:21:53 -04:00
security
sound vga_switcheroo: Use device link for HDA controller 2018-03-13 22:58:09 +01:00
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

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.