Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / drivers / gpu / drm / sti / sti_cursor.h
CommitLineData
e2842570 1/* SPDX-License-Identifier: GPL-2.0 */
96006a77
BG
2/*
3 * Copyright (C) STMicroelectronics SA 2013
4 * Authors: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
96006a77
BG
5 */
6
7#ifndef _STI_CURSOR_H_
8#define _STI_CURSOR_H_
9
5e2f97a9
SR
10struct drm_device;
11struct device;
12
29d1dc62
VA
13struct drm_plane *sti_cursor_create(struct drm_device *drm_dev,
14 struct device *dev, int desc,
15 void __iomem *baseaddr,
16 unsigned int possible_crtcs);
96006a77
BG
17
18#endif