Commit af1b00cd authored by Arun Pandey's avatar Arun Pandey Committed by Alex Deucher
Browse files

drm/amd/display: Define dpp1_set_cursor_position in header

parent cf1835f0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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,