Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/fb/
Dintelfb.rst63 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
Dmatroxfb.rst208 hwcursor enables hardware cursor. It is default. If you are using
/Linux-v6.6/drivers/video/fbdev/intelfb/
Dintelfbdrv.c232 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()
595 dinfo->hwcursor = hwcursor; in intelfb_pci_register()
617 if (dinfo->hwcursor) in intelfb_pci_register()
643 if (dinfo->hwcursor) in intelfb_pci_register()
696 if (dinfo->hwcursor) { in intelfb_pci_register()
769 "noinit = %d\n", vram, accel, hwcursor, fixed, noinit); in intelfb_pci_register()
859 if (dinfo->hwcursor) { in intelfb_pci_register()
[all …]
Dintelfb.h331 int hwcursor; member
/Linux-v6.6/drivers/video/fbdev/
Dtdfxfb.c152 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()
1658 module_param(hwcursor, int, 0644);
1659 MODULE_PARM_DESC(hwcursor, "Enable hardware cursor "
Dpm3fb.c56 static int hwcursor = 1; variable
618 if (!hwcursor) in pm3fb_cursor()
1525 hwcursor = simple_strtoul(this_opt + 9, NULL, 0); in pm3fb_setup()
1570 module_param(hwcursor, int, 0644);
1571 MODULE_PARM_DESC(hwcursor, "Enable hardware cursor "
Dpm2fb.c66 static int hwcursor = 1; variable
1372 if (!hwcursor) in pm2fb_cursor()
1789 hwcursor = simple_strtoul(this_opt + 9, NULL, 0); in pm2fb_setup()
1846 module_param(hwcursor, int, 0644);
1847 MODULE_PARM_DESC(hwcursor, "Enable hardware cursor "