Searched defs:vesa (Results 1 - 6 of 6) sorted by relevance

/drivers/ps3/
H A Dps3av.c544 static int vesa; local
554 if (vesa == 0 && (id & PS3AV_MODE_MASK) >= PS3AV_MODE_WXGA) {
555 /* vesa mode */
558 vesa = 1;
/drivers/staging/xgifb/
H A DXGI_main_26.c52 static int vesa = -1; variable
1850 } else if (!strncmp(this_opt, "vesa:", 5)) {
1851 vesa = xgifb_optval(this_opt, 5);
2150 else if (vesa != -1)
2151 XGIfb_search_vesamode(xgifb_info, vesa);
2370 module_param(vesa, int, 0);
2382 MODULE_PARM_DESC(vesa,
/drivers/video/nvidia/
H A Dnvidia.c939 unsigned char tmp, vesa; local
942 vesa = NVReadCrtc(par, 0x1a) & ~0xc0; /* sync on/off */
954 vesa |= 0x80;
957 vesa |= 0x40;
960 vesa |= 0xc0;
965 NVWriteCrtc(par, 0x1a, vesa);
/drivers/video/riva/
H A Dfbdev.c1267 unsigned char tmp, vesa; local
1270 vesa = CRTCin(par, 0x1a) & ~0xc0; /* sync on/off */
1282 vesa |= 0x80;
1285 vesa |= 0x40;
1288 vesa |= 0xc0;
1293 CRTCout(par, 0x1a, vesa);
/drivers/video/matrox/
H A Dmatroxfb_base.c1264 static unsigned int vesa = ~0; /* "matroxfb:vesa:xxxxx" */ variable
2172 static struct { unsigned int vesa; unsigned int info; } *RSptr, vesamap[] __initdata = { member in struct:__anon5821
2236 if (vesa != ~0)
2237 vesa &= 0x1DFF; /* mask out clearscreen, acceleration and so on */
2240 for (RSptr = vesamap; RSptr->vesa; RSptr++) {
2241 if (RSptr->vesa == vesa) break;
2243 if (!RSptr->vesa) {
2244 printk(KERN_ERR "Invalid vesa mod
[all...]
/drivers/video/sis/
H A Dsis_main.c3990 } else if(!strnicmp(this_opt, "vesa:", 5)) {
6620 static int vesa = -1; variable
6664 else if(vesa != -1)
6665 sisfb_search_vesamode(vesa, false);
6745 module_param(vesa, int, 0);
6792 MODULE_PARM_DESC(vesa,

Completed in 200 milliseconds