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>
This commit is contained in:
Arun Pandey 2018-01-08 20:37:49 +08:00 committed by Alex Deucher
parent cf1835f03f
commit af1b00cdc6
1 changed files with 6 additions and 0 deletions

View 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,