Home
last modified time | relevance | path

Searched defs:ctfb_res_modes (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dvideomodes.h36 struct ctfb_res_modes { struct
37 int xres; /* visible resolution */
38 int yres;
39 int refresh; /* vertical refresh rate in hz */
41 int pixclock; /* pixel clock in ps (pico seconds) */
42 int pixclock_khz; /* pixel clock in kHz */
43 int left_margin; /* time from sync to picture */
44 int right_margin; /* time from picture to sync */
45 int upper_margin; /* time from sync to picture */
46 int lower_margin;
[all …]