Searched defs:fbcon_display (Results 1 – 1 of 1) sorted by relevance
28 struct fbcon_display { struct30 const u_char *fontdata;31 int userfont; /* != 0 if fontdata kmalloc()ed */33 u_short scrollmode; /* Scroll Method, use fb_scrollmode() */35 u_short inverse; /* != 0 text black on white as default */36 short yscroll; /* Hardware scrolling */37 int vrows; /* number of virtual rows */38 int cursor_shape;39 int con_rotate;40 u32 xres_virtual;[all …]