File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
drivers/gpu/drm/imx/ipuv3 Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 3
3
#define _IMX_DRM_H_
4
4
5
5
struct device_node ;
6
- struct drm_crtc ;
7
6
struct drm_connector ;
8
7
struct drm_device ;
9
- struct drm_display_mode ;
10
8
struct drm_encoder ;
11
- struct drm_framebuffer ;
12
- struct drm_plane ;
13
- struct platform_device ;
14
9
15
10
struct imx_crtc_state {
16
11
struct drm_crtc_state base ;
@@ -24,16 +19,9 @@ static inline struct imx_crtc_state *to_imx_crtc_state(struct drm_crtc_state *s)
24
19
{
25
20
return container_of (s , struct imx_crtc_state , base );
26
21
}
27
- int imx_drm_init_drm (struct platform_device * pdev ,
28
- int preferred_bpp );
29
- int imx_drm_exit_drm (void );
30
22
31
23
extern struct platform_driver ipu_drm_driver ;
32
24
33
- void imx_drm_mode_config_init (struct drm_device * drm );
34
-
35
- struct drm_gem_dma_object * imx_drm_fb_get_obj (struct drm_framebuffer * fb );
36
-
37
25
int imx_drm_encoder_parse_of (struct drm_device * drm ,
38
26
struct drm_encoder * encoder , struct device_node * np );
39
27
You can’t perform that action at this time.
0 commit comments