Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
i810_gtf.c File Reference
#include <linux/kernel.h>
#include "i810_regs.h"
#include "i810.h"
#include "i810_main.h"

Go to the source code of this file.

Data Structures

struct  wm_info
 

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 (const struct fb_var_screeninfo *var, struct i810fb_par *par)
 

Function Documentation

u32 i810_get_watermark ( const struct fb_var_screeninfo var,
struct i810fb_par par 
)

Definition at line 224 of file i810_gtf.c.

void i810fb_encode_registers ( const struct fb_var_screeninfo var,
struct i810fb_par par,
u32  xres,
u32  yres 
)

Definition at line 124 of file i810_gtf.c.

void i810fb_fill_var_timings ( struct fb_var_screeninfo var)

Definition at line 210 of file i810_gtf.c.

void round_off_xres ( u32 xres)

Definition at line 112 of file i810_gtf.c.

void round_off_yres ( u32 xres,
u32 yres 
)
inline

Definition at line 113 of file i810_gtf.c.