xref: /linux/drivers/gpu/drm/sprd/sprd_drm.h (revision 2da68a77)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2020 Unisoc Inc.
4  */
5 
6 #ifndef _SPRD_DRM_H_
7 #define _SPRD_DRM_H_
8 
9 #include <drm/drm_atomic.h>
10 #include <drm/drm_print.h>
11 
12 struct sprd_drm {
13 	struct drm_device drm;
14 };
15 
16 extern struct platform_driver sprd_dpu_driver;
17 extern struct platform_driver sprd_dsi_driver;
18 
19 #endif /* _SPRD_DRM_H_ */
20