diff options
| author | James Simmons <jsimmons@maxwell.earthlink.net> | 2003-01-07 18:19:03 -0800 |
|---|---|---|
| committer | James Simmons <jsimmons@maxwell.earthlink.net> | 2003-01-07 18:19:03 -0800 |
| commit | 18a8ac207494ba0c38625b1cb55e5593af0ff71a (patch) | |
| tree | ae8ad788632be98049e27a79eff2286dc3f02da0 /include/linux | |
| parent | 04845d6e11cb9f41c4ce8dc0475478280c5cd8cf (diff) | |
[MONITOR support] GTF support for VESA complaint monitors. Here we calculate the general timings needed so we don't over step the bounds for a monitor.
[fbmem.c cleanup] Name change to make teh code easier to read.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/fb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h index 8a4734f94463..6e2c829f03e3 100644 --- a/include/linux/fb.h +++ b/include/linux/fb.h @@ -469,6 +469,10 @@ extern int num_registered_fb; extern int fbmon_valid_timings(u_int pixclock, u_int htotal, u_int vtotal, const struct fb_info *fb_info); extern int fbmon_dpms(const struct fb_info *fb_info); +extern int fb_get_mode(int flags, u32 val, struct fb_var_screeninfo *var, + struct fb_info *info); +extern int fb_validate_mode(struct fb_var_screeninfo *var, + struct fb_info *info); /* drivers/video/fbcmap.c */ extern int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp); |
