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

/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c235 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))
619 dinfo->hwcursor = hwcursor;
641 if (dinfo->hwcursor)
667 if (dinfo->hwcursor)
720 if (dinfo->hwcursor) {
[all...]
H A Dintelfb.h332 int hwcursor; member in struct:intelfb_info
/drivers/video/fbdev/
H A Dtdfxfb.c54 * reorg, hwcursor address page size alignment
168 static int hwcursor = 1; variable
703 if (hwcursor)
1063 if (!hwcursor)
1496 if (hwcursor)
1605 } else if (!strncmp(this_opt, "hwcursor=", 9)) {
1606 hwcursor = simple_strtoul(this_opt + 9, NULL, 0);
1675 module_param(hwcursor, int, 0644);
1676 MODULE_PARM_DESC(hwcursor, "Enable hardware cursor "
H A Dpm2fb.c69 static int hwcursor = 1; variable
1370 if (!hwcursor)
1792 else if (!strncmp(this_opt, "hwcursor=", 9))
1793 hwcursor = simple_strtoul(this_opt + 9, NULL, 0);
1847 module_param(hwcursor, int, 0644);
1848 MODULE_PARM_DESC(hwcursor, "Enable hardware cursor "
H A Dpm3fb.c58 static int hwcursor = 1; variable
624 if (!hwcursor)
1534 else if (!strncmp(this_opt, "hwcursor=", 9))
1535 hwcursor = simple_strtoul(this_opt + 9, NULL, 0);
1577 module_param(hwcursor, int, 0644);
1578 MODULE_PARM_DESC(hwcursor, "Enable hardware cursor "

Completed in 734 milliseconds