summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h
diff options
context:
space:
mode:
authorYue Hin Lau <Yuehin.Lau@amd.com>2017-07-23 19:13:37 +0300
committerAlex Deucher <alexander.deucher@amd.com>2017-09-27 01:15:34 +0300
commitc8d7bd8bd0c08aa9115589d264e274ed7fdf4c2e (patch)
tree8aac0b00aa3308e5d4e210388ff62a1984521aa1 /drivers/gpu/drm/amd/display/dc/inc/hw/opp.h
parente63825be738ea0bb975aee43b603ac5f0190d7a8 (diff)
downloadlinux-c8d7bd8bd0c08aa9115589d264e274ed7fdf4c2e.tar.xz
drm/amd/display: move RGAM programming from opp to dpp
Signed-off-by: Yue Hin Lau <Yuehin.Lau@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/inc/hw/opp.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/inc/hw/opp.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h b/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h
index ef36ffdf2a68..a43a09b3f414 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h
@@ -196,13 +196,6 @@ struct pwl_float_data {
struct fixed31_32 b;
};
-enum opp_regamma {
- OPP_REGAMMA_BYPASS = 0,
- OPP_REGAMMA_SRGB,
- OPP_REGAMMA_3_6,
- OPP_REGAMMA_USER,
-};
-
struct output_pixel_processor {
struct dc_context *ctx;
uint32_t inst;