summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/starfive/starfive_drm_plane.h
blob: 1d9ecb5c95b5ed880b877d26803b2a320aee9fc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (C) 2021 StarFive Technology Co., Ltd.
 */
#ifndef _STARFIVE_DRM_PLANE_H
#define _STARFIVE_DRM_PLANE_H

int starfive_plane_init(struct drm_device *dev,
			struct starfive_crtc *starfive_crtc,
			enum drm_plane_type type);

#endif /* _STARFIVE_DRM_PLANE_H */