Lines Matching refs:hwcursor
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()
1554 if (!dinfo->hwcursor) in intelfb_cursor()