Lines Matching refs:hwcursor
235 static bool hwcursor = 0; variable
252 module_param(hwcursor, bool, S_IRUGO);
253 MODULE_PARM_DESC(hwcursor, "Enable HW cursor");
361 else if (get_opt_bool(this_opt, "hwcursor", &hwcursor)) in intelfb_setup()
619 dinfo->hwcursor = hwcursor; in intelfb_pci_register()
641 if (dinfo->hwcursor) in intelfb_pci_register()
667 if (dinfo->hwcursor) in intelfb_pci_register()
720 if (dinfo->hwcursor) { in intelfb_pci_register()
792 "noinit = %d\n", vram, accel, hwcursor, fixed, noinit); in intelfb_pci_register()
882 if (dinfo->hwcursor) { in intelfb_pci_register()
1584 if (!dinfo->hwcursor) in intelfb_cursor()