Home
last modified time | relevance | path

Searched refs:nativex (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/Documentation/fb/
H A Dtridentfb.rst66 nativex the width in pixels of the flat panel.If you know it (usually 1024
76 nativex=93)
/openbmc/linux/drivers/video/fbdev/
H A Dtridentfb.c77 static int nativex; variable
89 module_param(nativex, int, 0);
767 if (nativex) in get_nativex()
768 return nativex; in get_nativex()
1011 if (par->flatpanel && nativex && var->xres > nativex) in tridentfb_check_var()
1176 if (par->flatpanel && var->xres < nativex) { in tridentfb_set_par()
1597 nativex = get_nativex(default_par); in trident_pci_probe()
1802 nativex = simple_strtoul(opt + 8, NULL, 0); in tridentfb_setup()