drm/amd/display: Fix gamma colour corruption for 10 bit surfaces
authorJordan Lazare <Jordan.Lazare@amd.com>
Thu, 23 Feb 2017 19:07:29 +0000 (14:07 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:16:06 +0000 (17:16 -0400)
commit5936223f7b51e122beb511265e2112777f7a887e
tree90a043a38bbcc191b18c4a820442e4c0756d3d9d
parent3548f0731a2fa823bcb31b5ea662603926b85c43
drm/amd/display: Fix gamma colour corruption for 10 bit surfaces

Gamma LUT shouldn't be used for 10-bit and above. Should instead be
using prescale and bypassing input gamma.

Signed-off-by: Jordan Lazare <Jordan.Lazare@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
drivers/gpu/drm/amd/display/dc/dce80/Makefile
drivers/gpu/drm/amd/display/dc/dce80/dce80_ipp_gamma.c [deleted file]