]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Re-add custom degamma support
authorDavid Francis <David.Francis@amd.com>
Mon, 11 Feb 2019 19:15:19 +0000 (14:15 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 19 Mar 2019 20:04:03 +0000 (15:04 -0500)
commit1ed7621acde8fa4c0ddcf34b0164c6e56c580d35
tree2c0a92d54cae8161f6b030154c185642e207bb30
parent01c668767b7fecae40d89a0e12709fe4a2ab1ae3
drm/amd/display: Re-add custom degamma support

[Why]
The dc_gamma_type CUSTOM_GAMMA is used to represent degamma
mappings passed in by drm. This type of gamma must be interpolated
into a transfer function by apply_1d_lut.  The line in
mod_color_calculate_degamma_params that handled this case
was erroneously removed.

[How]
For CUSTOM_GAMMA degamma, calculate the lut as before.

Signed-off-by: David Francis <David.Francis@amd.com>
Reviewed-by: Krunoslav Kovac <Krunoslav.Kovac@amd.com>
Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/modules/color/color_gamma.c