drm/amd/display: Expose dpp1_set_cursor_attributes
authorYue Hin Lau <[email protected]>
Fri, 24 Nov 2017 21:35:52 +0000 (16:35 -0500)
committerAlex Deucher <[email protected]>
Wed, 20 Dec 2017 19:48:54 +0000 (14:48 -0500)
Signed-off-by: Yue Hin Lau <[email protected]>
Reviewed-by: Tony Cheng <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h

index 640edfa05c941af32cfec04ae1e0bcfd5d86e271..f56ee4d08d893f1fc908804e997e87589a6fef70 100644 (file)
@@ -1283,6 +1283,10 @@ enum dcn10_input_csc_select {
        INPUT_CSC_SELECT_COMA
 };
 
+void dpp1_set_cursor_attributes(
+               struct dpp *dpp_base,
+               enum dc_cursor_color_format color_format);
+
 bool dpp1_dscl_is_lb_conf_valid(
                int ceil_vratio,
                int num_partitions,