diff options
author | Yue Hin Lau <Yuehin.Lau@amd.com> | 2017-11-24 16:35:52 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-12-20 14:48:54 -0500 |
commit | c24011d56b3fa3ebf43cc77b1785709ac0e50dbe (patch) | |
tree | 3023c32fb9bf643fba4a40940d603c8af2cbeff6 /drivers | |
parent | 72d520d4fa76e59d1882620fa34680ff4258ae6f (diff) |
drm/amd/display: Expose dpp1_set_cursor_attributes
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')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h | 4 |
1 files changed, 4 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 640edfa05c94..f56ee4d08d89 100644 --- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h +++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h | |||
@@ -1283,6 +1283,10 @@ enum dcn10_input_csc_select { | |||
1283 | INPUT_CSC_SELECT_COMA | 1283 | INPUT_CSC_SELECT_COMA |
1284 | }; | 1284 | }; |
1285 | 1285 | ||
1286 | void dpp1_set_cursor_attributes( | ||
1287 | struct dpp *dpp_base, | ||
1288 | enum dc_cursor_color_format color_format); | ||
1289 | |||
1286 | bool dpp1_dscl_is_lb_conf_valid( | 1290 | bool dpp1_dscl_is_lb_conf_valid( |
1287 | int ceil_vratio, | 1291 | int ceil_vratio, |
1288 | int num_partitions, | 1292 | int num_partitions, |