Fork of reMarkable kernel https://github.com/reMarkable/linux
Go to file
Laurentiu Palcu f314226dd9 MLK-18104: drm: imx: dcss: Fix brightness on some HDMI 1.4 ports
Some HDR TVs have multiple HDMI ports but only one of them is HDMI 2.0
compliant, hence HDR capable. The rest are HDMI 1.4.

The HDMI 1.4 ports' supported colorimetry is only REC.709 and REC.601.
However, the supported EOTF in HDR metadata block can be BT.2084 which
should be matched with REC.2020.

This patch makes sure that BT2084 is used only if colorimetry supports
REC.2020. Otherwise, REC.709 will be used.

Additionally, change a message from info to debug. No need for it to
show up all the time.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>
2018-10-29 11:10:38 +08:00
arch MGS-3705-1 gpu: dts: enable gpu devices for imx6 2018-10-29 11:10:38 +08:00
block
certs
crypto
Documentation MLK-17959: media: dt/bindings: Add device tree description for Omnivision ov5640 sensor 2018-10-29 11:10:38 +08:00
drivers MLK-18104: drm: imx: dcss: Fix brightness on some HDMI 1.4 ports 2018-10-29 11:10:38 +08:00
firmware
fs
include MLK-18106: drm/bridge: Fix nwl-dsi bridge handling 2018-10-29 11:10:38 +08:00
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound MLK-17979: ASoC: rpmsg_wm8960: add mixer control for ADC input 2018-10-29 11:10:38 +08: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.