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 */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;[all …]