summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dce110/dce110_opp_v.h
diff options
context:
space:
mode:
authorAric Cyr <aric.cyr@amd.com>2016-12-21 04:24:24 +0300
committerAlex Deucher <alexander.deucher@amd.com>2017-09-27 00:06:52 +0300
commitd7194cf6b8ddf0344e70834397d0b1af2cc5fe05 (patch)
tree5cf6188fb1d2d3b9974d396dc03b08b79609ba30 /drivers/gpu/drm/amd/display/dc/dce110/dce110_opp_v.h
parent3c25e920f011d785725985733ca2625defbf680f (diff)
downloadlinux-d7194cf6b8ddf0344e70834397d0b1af2cc5fe05.tar.xz
drm/amd/display: Implement gamma correction using input LUT
The dc_gamma in dc_surface will be programmed to the input LUT if provided. If dc_gamma is not provided in dc_surface regamma may be used to emulate gamma. Some refactor and cleanup included as well. Signed-off-by: Aric Cyr <aric.cyr@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dce110/dce110_opp_v.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dce110/dce110_opp_v.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dce110/dce110_opp_v.h b/drivers/gpu/drm/amd/display/dc/dce110/dce110_opp_v.h
index dcdbf86fccc1..ac5937786ce3 100644
--- a/drivers/gpu/drm/amd/display/dc/dce110/dce110_opp_v.h
+++ b/drivers/gpu/drm/amd/display/dc/dce110/dce110_opp_v.h
@@ -29,10 +29,6 @@
#include "opp.h"
#include "core_types.h"
-#include "gamma_types.h" /* decprecated */
-
-struct gamma_parameters;
-
bool dce110_opp_v_construct(struct dce110_opp *opp110,
struct dc_context *ctx);