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