Searched refs:hwcursor (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/Documentation/fb/ |
D | intelfb.txt | 59 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
|
D | matroxfb.txt | 191 hwcursor - enables hardware cursor. It is default. If you are using
|
/linux-4.4.14/drivers/video/fbdev/intelfb/ |
D | intelfbdrv.c | 231 static bool hwcursor = 0; variable 248 module_param(hwcursor, bool, S_IRUGO); 249 MODULE_PARM_DESC(hwcursor, "Enable HW cursor"); 357 else if (get_opt_bool(this_opt, "hwcursor", &hwcursor)) in intelfb_setup() 588 dinfo->hwcursor = hwcursor; in intelfb_pci_register() 610 if (dinfo->hwcursor) in intelfb_pci_register() 636 if (dinfo->hwcursor) in intelfb_pci_register() 689 if (dinfo->hwcursor) { in intelfb_pci_register() 762 "noinit = %d\n", vram, accel, hwcursor, fixed, noinit); in intelfb_pci_register() 852 if (dinfo->hwcursor) { in intelfb_pci_register() [all …]
|
D | intelfb.h | 330 int hwcursor; member
|
/linux-4.4.14/drivers/video/fbdev/ |
D | tdfxfb.c | 150 static int hwcursor = 1; variable 684 if (hwcursor) in tdfxfb_set_par() 1044 if (!hwcursor) in tdfxfb_cursor() 1475 if (hwcursor) in tdfxfb_probe() 1583 hwcursor = simple_strtoul(this_opt + 9, NULL, 0); in tdfxfb_setup() 1648 module_param(hwcursor, int, 0644); 1649 MODULE_PARM_DESC(hwcursor, "Enable hardware cursor "
|
D | pm3fb.c | 55 static int hwcursor = 1; variable 617 if (!hwcursor) in pm3fb_cursor() 1521 hwcursor = simple_strtoul(this_opt + 9, NULL, 0); in pm3fb_setup() 1561 module_param(hwcursor, int, 0644); 1562 MODULE_PARM_DESC(hwcursor, "Enable hardware cursor "
|
D | pm2fb.c | 65 static int hwcursor = 1; variable 1363 if (!hwcursor) in pm2fb_cursor() 1776 hwcursor = simple_strtoul(this_opt + 9, NULL, 0); in pm2fb_setup() 1828 module_param(hwcursor, int, 0644); 1829 MODULE_PARM_DESC(hwcursor, "Enable hardware cursor "
|