]> asedeno.scripts.mit.edu Git - linux.git/commit
drm: Add HLG EOTF
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 16 May 2019 14:10:12 +0000 (19:40 +0530)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 22 May 2019 19:46:35 +0000 (22:46 +0300)
commitb5e3eed1eeb363c148e2935d9d3c12c30a280de6
tree4e5d39d3e6d0e778f856625bacd4e8a5909d99ce
parent2cdbfd66a82969770ce1a7032fb1e2155a08cee8
drm: Add HLG EOTF

ADD HLG EOTF to the list of EOTF transfer functions supported.
Hybrid Log-Gamma (HLG) is a high dynamic range (HDR) standard.
HLG defines a nonlinear transfer function in which the lower
half of the signal values use a gamma curve and the upper half
of the signal values use a logarithmic curve.

v2: Rebase

v3: Fixed a warning message

v4: Addressed Shashank's review comments

v5: Addressed Jonas Karlman's review comment and dropped the i915
tag from header.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Uma Shankar <uma.shankar@intel.com>
Reviewed-by: Shashank Sharma <shashank.sharma@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1558015817-12025-8-git-send-email-uma.shankar@intel.com
drivers/gpu/drm/drm_edid.c
include/linux/hdmi.h