Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
void | round_off_xres (u32 *xres) |
void | round_off_yres (u32 *xres, u32 *yres) |
void | i810fb_encode_registers (const struct fb_var_screeninfo *var, struct i810fb_par *par, u32 xres, u32 yres) |
void | i810fb_fill_var_timings (struct fb_var_screeninfo *var) |
u32 | i810_get_watermark (struct fb_var_screeninfo *var, struct i810fb_par *par) |
Variables | |
struct mode_registers | std_modes [] |
u32 i810_get_watermark | ( | struct fb_var_screeninfo * | var, |
struct i810fb_par * | par | ||
) |
Definition at line 279 of file i810_dvt.c.
void i810fb_encode_registers | ( | const struct fb_var_screeninfo * | var, |
struct i810fb_par * | par, | ||
u32 | xres, | ||
u32 | yres | ||
) |
Definition at line 233 of file i810_dvt.c.
void i810fb_fill_var_timings | ( | struct fb_var_screeninfo * | var | ) |
Definition at line 245 of file i810_dvt.c.
Definition at line 194 of file i810_dvt.c.
Definition at line 210 of file i810_dvt.c.
struct mode_registers std_modes[] |
Definition at line 18 of file i810_dvt.c.