Subversion Repositories Kolibri OS

Rev

Rev 1964 | Rev 3391 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1964 Rev 3031
Line 32... Line 32...
32
 
32
 
Line 33... Line 33...
33
struct drm_fb_helper;
33
struct drm_fb_helper;
34
 
-
 
35
 
34
 
36
struct drm_fb_helper_crtc {
35
 
37
	uint32_t crtc_id;
36
struct drm_fb_helper_crtc {
Line 38... Line 37...
38
	struct drm_mode_set mode_set;
37
	struct drm_mode_set mode_set;
Line 71... Line 70...
71
	int crtc_count;
70
	int crtc_count;
72
	struct drm_fb_helper_crtc *crtc_info;
71
	struct drm_fb_helper_crtc *crtc_info;
73
	int connector_count;
72
	int connector_count;
74
	struct drm_fb_helper_connector **connector_info;
73
	struct drm_fb_helper_connector **connector_info;
75
	struct drm_fb_helper_funcs *funcs;
74
	struct drm_fb_helper_funcs *funcs;
76
	int conn_limit;
-
 
77
	struct fb_info *fbdev;
75
	struct fb_info *fbdev;
78
	u32 pseudo_palette[17];
76
	u32 pseudo_palette[17];
79
	struct list_head kernel_fb_list;
77
	struct list_head kernel_fb_list;
Line 80... Line 78...
80
 
78