Subversion Repositories Kolibri OS

Rev

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

Rev 3031 Rev 3120
Line 564... Line 564...
564
	u32 y;
564
	u32 y;
565
	u32 len;
565
	u32 len;
566
	u32 flags;
566
	u32 flags;
567
};
567
};
Line -... Line 568...
-
 
568
 
568
 
569
extern int fb_notifier_call_chain(unsigned long val, void *v);
569
/*
570
/*
570
 * Pixmap structure definition
571
 * Pixmap structure definition
571
 *
572
 *
572
 * The purpose of this structure is to translate data
573
 * The purpose of this structure is to translate data
Line 1083... Line 1084...
1083
extern int fb_get_mode(int flags, u32 val, struct fb_var_screeninfo *var,
1084
extern int fb_get_mode(int flags, u32 val, struct fb_var_screeninfo *var,
1084
		       struct fb_info *info);
1085
		       struct fb_info *info);
1085
extern int fb_validate_mode(const struct fb_var_screeninfo *var,
1086
extern int fb_validate_mode(const struct fb_var_screeninfo *var,
1086
			    struct fb_info *info);
1087
			    struct fb_info *info);
1087
extern int fb_parse_edid(unsigned char *edid, struct fb_var_screeninfo *var);
1088
extern int fb_parse_edid(unsigned char *edid, struct fb_var_screeninfo *var);
1088
//extern const unsigned char *fb_firmware_edid(struct device *device);
1089
extern const unsigned char *fb_firmware_edid(struct device *device);
1089
extern void fb_edid_to_monspecs(unsigned char *edid,
1090
extern void fb_edid_to_monspecs(unsigned char *edid,
1090
				struct fb_monspecs *specs);
1091
				struct fb_monspecs *specs);
-
 
1092
extern void fb_edid_add_monspecs(unsigned char *edid,
-
 
1093
				 struct fb_monspecs *specs);
1091
extern void fb_destroy_modedb(struct fb_videomode *modedb);
1094
extern void fb_destroy_modedb(struct fb_videomode *modedb);
1092
extern int fb_find_mode_cvt(struct fb_videomode *mode, int margins, int rb);
1095
extern int fb_find_mode_cvt(struct fb_videomode *mode, int margins, int rb);
1093
extern unsigned char *fb_ddc_read(struct i2c_adapter *adapter);
1096
extern unsigned char *fb_ddc_read(struct i2c_adapter *adapter);
Line 1094... Line 1097...
1094
 
1097