Home
last modified time | relevance | path

Searched refs:hwcursor (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/Documentation/fb/
Dintelfb.txt59 f. "hwcursor"
94 append="video=intelfb:mode=800x600-32@75,accel,hwcursor,vram=8"
121 modprobe intelfb mode=800x600-32@75 vram=8 accel=1 hwcursor=1
125 options intelfb mode=800x600-32@75 vram=8 accel=1 hwcursor=1
Dmatroxfb.txt191 hwcursor - enables hardware cursor. It is default. If you are using
/linux-4.1.27/drivers/video/fbdev/intelfb/
Dintelfbdrv.c235 static bool hwcursor = 0; variable
252 module_param(hwcursor, bool, S_IRUGO);
253 MODULE_PARM_DESC(hwcursor, "Enable HW cursor");
361 else if (get_opt_bool(this_opt, "hwcursor", &hwcursor)) in intelfb_setup()
619 dinfo->hwcursor = hwcursor; in intelfb_pci_register()
641 if (dinfo->hwcursor) in intelfb_pci_register()
667 if (dinfo->hwcursor) in intelfb_pci_register()
720 if (dinfo->hwcursor) { in intelfb_pci_register()
792 "noinit = %d\n", vram, accel, hwcursor, fixed, noinit); in intelfb_pci_register()
882 if (dinfo->hwcursor) { in intelfb_pci_register()
[all …]
Dintelfb.h332 int hwcursor; member
/linux-4.1.27/drivers/video/fbdev/
Dtdfxfb.c168 static int hwcursor = 1; variable
703 if (hwcursor) in tdfxfb_set_par()
1063 if (!hwcursor) in tdfxfb_cursor()
1496 if (hwcursor) in tdfxfb_probe()
1606 hwcursor = simple_strtoul(this_opt + 9, NULL, 0); in tdfxfb_setup()
1675 module_param(hwcursor, int, 0644);
1676 MODULE_PARM_DESC(hwcursor, "Enable hardware cursor "
Dpm3fb.c58 static int hwcursor = 1; variable
624 if (!hwcursor) in pm3fb_cursor()
1535 hwcursor = simple_strtoul(this_opt + 9, NULL, 0); in pm3fb_setup()
1577 module_param(hwcursor, int, 0644);
1578 MODULE_PARM_DESC(hwcursor, "Enable hardware cursor "
Dpm2fb.c69 static int hwcursor = 1; variable
1370 if (!hwcursor) in pm2fb_cursor()
1793 hwcursor = simple_strtoul(this_opt + 9, NULL, 0); in pm2fb_setup()
1847 module_param(hwcursor, int, 0644);
1848 MODULE_PARM_DESC(hwcursor, "Enable hardware cursor "