[COMMON] g2d: add support for custom tone mapping LUT
authorCho KyongHo <pullip.cho@samsung.com>
Mon, 16 Oct 2017 06:58:53 +0000 (15:58 +0900)
committerSeungchul Kim <sc377.kim@samsung.com>
Mon, 28 May 2018 05:27:52 +0000 (14:27 +0900)
commit83c0018992d1ff29f3e9714192490d74d3541280
treef971e3c8776e7b8f3ae0f787b950a14409c4be77
parent49fe0ca468957584a119d3bb475fb3e115e09267
[COMMON] g2d: add support for custom tone mapping LUT

The look-up table for tone mapping can be overwritten by the superuser
through the module parameter of hdr_tunables module intorduced by
"video: hdr: add tunable parameters for HDR" commit.
Once tone mapping LUT has been written to the parameter and becomes
valid, it is immediately applied to every tasks executed by G2D. All
tone mapping coefficients are overwritten with the values in the
paramter.

Change-Id: I871bfe6d9ab4740ad8519b09f0a5b1bce257d1c3
Signed-off-by: Cho KyongHo <pullip.cho@samsung.com>
drivers/gpu/exynos/g2d/g2d_command.c