Browse Source

drm/amd/display: Define dpp1_set_cursor_position in header

Signed-off-by: Arun Pandey <Arun.Pandey@amd.com>
Reviewed-by: Charlene Liu <Charlene.Liu@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Arun Pandey 7 years ago
parent
commit
af1b00cdc6
1 changed files with 6 additions and 0 deletions
  1. 6 0
      drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h

+ 6 - 0
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h

@@ -1293,6 +1293,12 @@ void dpp1_set_cursor_attributes(
 		struct dpp *dpp_base,
 		enum dc_cursor_color_format color_format);
 
+void dpp1_set_cursor_position(
+		struct dpp *dpp_base,
+		const struct dc_cursor_position *pos,
+		const struct dc_cursor_mi_param *param,
+		uint32_t width);
+
 bool dpp1_dscl_is_lb_conf_valid(
 		int ceil_vratio,
 		int num_partitions,