Subversion Repositories Kolibri OS

Rev

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

Rev 6104 Rev 6938
Line 43... Line 43...
43
   the helper contains a pointer to radeon framebuffer baseclass.
43
   the helper contains a pointer to radeon framebuffer baseclass.
44
*/
44
*/
45
struct radeon_fbdev {
45
struct radeon_fbdev {
46
	struct drm_fb_helper helper;
46
	struct drm_fb_helper helper;
47
	struct radeon_framebuffer rfb;
47
	struct radeon_framebuffer rfb;
48
	struct list_head fbdev_list;
-
 
49
	struct radeon_device *rdev;
48
	struct radeon_device *rdev;
50
};
49
};
Line 51... Line 50...
51
 
50
 
52
static struct fb_ops radeonfb_ops = {
51
static struct fb_ops radeonfb_ops = {