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:
parent
cf1835f03f
commit
af1b00cdc6
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue