Searched refs:hwcursor (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/Documentation/fb/ |
D | intelfb.rst | 63 f. "hwcursor" 99 append="video=intelfb:mode=800x600-32@75,accel,hwcursor,vram=8" 127 modprobe intelfb mode=800x600-32@75 vram=8 accel=1 hwcursor=1 131 options intelfb mode=800x600-32@75 vram=8 accel=1 hwcursor=1
|
D | matroxfb.rst | 208 hwcursor enables hardware cursor. It is default. If you are using
|
/Linux-v6.1/drivers/video/fbdev/intelfb/ |
D | intelfbdrv.c | 232 static bool hwcursor = 0; variable 249 module_param(hwcursor, bool, S_IRUGO); 250 MODULE_PARM_DESC(hwcursor, "Enable HW cursor"); 358 else if (get_opt_bool(this_opt, "hwcursor", &hwcursor)) in intelfb_setup() 592 dinfo->hwcursor = hwcursor; in intelfb_pci_register() 614 if (dinfo->hwcursor) in intelfb_pci_register() 640 if (dinfo->hwcursor) in intelfb_pci_register() 693 if (dinfo->hwcursor) { in intelfb_pci_register() 766 "noinit = %d\n", vram, accel, hwcursor, fixed, noinit); in intelfb_pci_register() 856 if (dinfo->hwcursor) { in intelfb_pci_register() [all …]
|
D | intelfb.h | 331 int hwcursor; member
|
/Linux-v6.1/drivers/video/fbdev/ |
D | tdfxfb.c | 152 static int hwcursor = 1; variable 685 if (hwcursor) in tdfxfb_set_par() 1045 if (!hwcursor) in tdfxfb_cursor() 1480 if (hwcursor) in tdfxfb_probe() 1588 hwcursor = simple_strtoul(this_opt + 9, NULL, 0); in tdfxfb_setup() 1653 module_param(hwcursor, int, 0644); 1654 MODULE_PARM_DESC(hwcursor, "Enable hardware cursor "
|
D | pm3fb.c | 56 static int hwcursor = 1; variable 618 if (!hwcursor) in pm3fb_cursor() 1526 hwcursor = simple_strtoul(this_opt + 9, NULL, 0); in pm3fb_setup() 1566 module_param(hwcursor, int, 0644); 1567 MODULE_PARM_DESC(hwcursor, "Enable hardware cursor "
|
D | pm2fb.c | 66 static int hwcursor = 1; variable 1372 if (!hwcursor) in pm2fb_cursor() 1785 hwcursor = simple_strtoul(this_opt + 9, NULL, 0); in pm2fb_setup() 1837 module_param(hwcursor, int, 0644); 1838 MODULE_PARM_DESC(hwcursor, "Enable hardware cursor "
|