Home
last modified time | relevance | path

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

/drivers/video/fbdev/intelfb/
Dintelfbdrv.c231 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 …]
Dintelfb.h330 int hwcursor; member
/drivers/video/fbdev/
Dtdfxfb.c150 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 "
Dpm3fb.c55 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 "
Dpm2fb.c65 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 "