[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)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:22:15 +0000 (20:22 +0300)
commit203b4cb49eb6b401893d1b6160380d3a4faa1856
treeebec0a4b7e8056f73dd63ad16b85efae54bd01d7
parent06fee3dbdc6a33dda6fa831e257606d68b65bda4
[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