diff options
author | Yue Hin Lau <Yuehin.Lau@amd.com> | 2017-07-23 12:13:37 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-09-26 18:15:34 -0400 |
commit | c8d7bd8bd0c08aa9115589d264e274ed7fdf4c2e (patch) | |
tree | 8aac0b00aa3308e5d4e210388ff62a1984521aa1 /drivers/gpu/drm/amd/display/dc/inc/hw/opp.h | |
parent | e63825be738ea0bb975aee43b603ac5f0190d7a8 (diff) | |
download | linux-c8d7bd8bd0c08aa9115589d264e274ed7fdf4c2e.tar.gz linux-c8d7bd8bd0c08aa9115589d264e274ed7fdf4c2e.tar.bz2 linux-c8d7bd8bd0c08aa9115589d264e274ed7fdf4c2e.zip |
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.h | 7 |
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; |