Linux Kernel
3.7.1
|
#include <linux/fb.h>
#include <linux/slab.h>
Go to the source code of this file.
Data Structures | |
struct | fb_cvt_data |
Macros | |
#define | FB_CVT_CELLSIZE 8 |
#define | FB_CVT_GTF_C 40 |
#define | FB_CVT_GTF_J 20 |
#define | FB_CVT_GTF_K 128 |
#define | FB_CVT_GTF_M 600 |
#define | FB_CVT_MIN_VSYNC_BP 550 |
#define | FB_CVT_MIN_VPORCH 3 |
#define | FB_CVT_MIN_BPORCH 6 |
#define | FB_CVT_RB_MIN_VBLANK 460 |
#define | FB_CVT_RB_HBLANK 160 |
#define | FB_CVT_RB_V_FPORCH 3 |
#define | FB_CVT_FLAG_REDUCED_BLANK 1 |
#define | FB_CVT_FLAG_MARGINS 2 |
#define | FB_CVT_FLAG_INTERLACED 4 |
Functions | |
int | fb_find_mode_cvt (struct fb_videomode *mode, int margins, int rb) |