Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/core/
Dfbcon.h26 struct fbcon_display { struct
28 const u_char *fontdata;
29 int userfont; /* != 0 if fontdata kmalloc()ed */
31 u_short scrollmode; /* Scroll Method, use fb_scrollmode() */
33 u_short inverse; /* != 0 text black on white as default */
34 short yscroll; /* Hardware scrolling */
35 int vrows; /* number of virtual rows */
36 int cursor_shape;
37 int con_rotate;
38 u32 xres_virtual;
[all …]