Searched defs:ctfb_res_modes (Results 1 – 1 of 1) sorted by relevance
35 struct ctfb_res_modes { struct36 int xres; /* visible resolution */37 int yres;38 int refresh; /* vertical refresh rate in hz */42 int left_margin; /* time from sync to picture */43 int right_margin; /* time from picture to sync */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_* */[all …]
Completed in 6 milliseconds