Lines Matching defs:ctfb_res_modes
35 struct ctfb_res_modes { struct
36 int xres; /* visible resolution */
37 int yres;
38 int refresh; /* vertical refresh rate in hz */
40 int pixclock; /* pixel clock in ps (pico seconds) */
41 int pixclock_khz; /* pixel clock in kHz */
42 int left_margin; /* time from sync to picture */
43 int right_margin; /* time from picture to sync */
44 int upper_margin; /* time from sync to picture */
45 int lower_margin;
46 int hsync_len; /* length of horizontal sync */
47 int vsync_len; /* length of vertical sync */
48 int sync; /* see FB_SYNC_* */
49 int vmode; /* see FB_VMODE_* */