diff options
author | Yue Hin Lau <Yuehin.Lau@amd.com> | 2017-08-15 17:44:19 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-09-26 18:16:51 -0400 |
commit | 5e9a81b2c465557adbaeef7231834e3ab40e4102 (patch) | |
tree | 03ee4fb8962e86a3e785e3ed7397278ac9e3ef53 /drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h | |
parent | 57d972d4927581d027007c92b57b843c186128d4 (diff) | |
download | linux-5e9a81b2c465557adbaeef7231834e3ab40e4102.tar.gz |
drm/amd/display: separate scl functions out from dcn10_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/dcn10/dcn10_dpp.h')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h index 1c9d3320064a..496df1fad8c4 100644 --- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h +++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h @@ -1386,6 +1386,11 @@ struct dcn10_dpp { int lb_bits_per_entry; bool is_write_to_ram_a_safe; }; + +void dcn10_dpp_set_scaler_manual_scale( + struct transform *xfm_base, + const struct scaler_data *scl_data); + bool dcn10_dpp_construct(struct dcn10_dpp *xfm110, struct dc_context *ctx, uint32_t inst, |