OSDN Git Service

drm/amd/display: Define dpp1_set_cursor_position in header
authorArun Pandey <Arun.Pandey@amd.com>
Mon, 8 Jan 2018 12:37:49 +0000 (20:37 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 19 Feb 2018 19:18:37 +0000 (14:18 -0500)
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>
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h

index ad6073a..07003d9 100644 (file)
@@ -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,