Subversion Repositories Kolibri OS

Rev

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

Rev 5056 Rev 5270
Line 32... Line 32...
32
 
32
 
Line 33... Line 33...
33
struct drm_fb_helper;
33
struct drm_fb_helper;
Line -... Line 34...
-
 
34
 
-
 
35
#include 
-
 
36
 
-
 
37
struct drm_fb_offset {
34
 
38
	int x, y;
35
#include 
39
};
36
 
40
 
-
 
41
struct drm_fb_helper_crtc {
37
struct drm_fb_helper_crtc {
42
	struct drm_mode_set mode_set;
Line 38... Line 43...
38
	struct drm_mode_set mode_set;
43
	struct drm_display_mode *desired_mode;
39
	struct drm_display_mode *desired_mode;
44
	int x, y;
40
};
45
};
Line 70... Line 75...
70
	int (*fb_probe)(struct drm_fb_helper *helper,
75
	int (*fb_probe)(struct drm_fb_helper *helper,
71
			struct drm_fb_helper_surface_size *sizes);
76
			struct drm_fb_helper_surface_size *sizes);
72
	bool (*initial_config)(struct drm_fb_helper *fb_helper,
77
	bool (*initial_config)(struct drm_fb_helper *fb_helper,
73
			       struct drm_fb_helper_crtc **crtcs,
78
			       struct drm_fb_helper_crtc **crtcs,
74
			       struct drm_display_mode **modes,
79
			       struct drm_display_mode **modes,
-
 
80
			       struct drm_fb_offset *offsets,
75
			       bool *enabled, int width, int height);
81
			       bool *enabled, int width, int height);
76
};
82
};
Line 77... Line 83...
77
 
83
 
78
struct drm_fb_helper_connector {
84
struct drm_fb_helper_connector {
79
	struct drm_connector *connector;
-
 
80
	struct drm_cmdline_mode cmdline_mode;
85
	struct drm_connector *connector;
Line 81... Line 86...
81
};
86
};
82
 
87
 
83
struct drm_fb_helper {
88
struct drm_fb_helper {