Home
last modified time | relevance | path

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

/linux-2.4.37.9/Documentation/fb/
Dtridentfb.txt39 nativex - the width in pixels of the flat panel.If you know it (usually 1024
50 nativex=93)
/linux-2.4.37.9/drivers/video/
Dtridentfb.c64 unsigned int nativex; //flat panel xres member
103 static int nativex; variable
113 MODULE_PARM(nativex,"i");
619 if (nativex) in get_nativex()
620 return nativex; in get_nativex()
862 if (p->hres > i->nativex && flatpanel) { in trident_decode_var()
965 if (flatpanel && p->hres < i->nativex) { in trident_set_par()
1359 fb_info.nativex = get_nativex(); in trident_pci_probe()
1482 nativex = simple_strtoul(opt+8,NULL,0); in tridentfb_setup()