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()
587 dinfo->hwcursor = hwcursor; in intelfb_pci_register()
609 if (dinfo->hwcursor) in intelfb_pci_register()
635 if (dinfo->hwcursor) in intelfb_pci_register()
688 if (dinfo->hwcursor) { in intelfb_pci_register()
761 "noinit = %d\n", vram, accel, hwcursor, fixed, noinit); in intelfb_pci_register()
851 if (dinfo->hwcursor) { in intelfb_pci_register()
1548 if (!dinfo->hwcursor) in intelfb_cursor()