Searched refs:hwcursor (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/video/fbdev/ |
| H A D | tdfxfb.c | 152 static int hwcursor = 1; variable 685 if (hwcursor) in tdfxfb_set_par() 1045 if (!hwcursor) in tdfxfb_cursor() 1479 if (hwcursor) in tdfxfb_probe() 1587 hwcursor = simple_strtoul(this_opt + 9, NULL, 0); in tdfxfb_setup() 1657 module_param(hwcursor, int, 0644); 1658 MODULE_PARM_DESC(hwcursor, "Enable hardware cursor "
|
| H A D | pm3fb.c | 56 static int hwcursor = 1; variable 618 if (!hwcursor) in pm3fb_cursor() 1527 hwcursor = simple_strtoul(this_opt + 9, NULL, 0); in pm3fb_setup() 1572 module_param(hwcursor, int, 0644); 1573 MODULE_PARM_DESC(hwcursor, "Enable hardware cursor "
|
| H A D | pm2fb.c | 66 static int hwcursor = 1; variable 1372 if (!hwcursor) in pm2fb_cursor() 1791 hwcursor = simple_strtoul(this_opt + 9, NULL, 0); in pm2fb_setup() 1848 module_param(hwcursor, int, 0644); 1849 MODULE_PARM_DESC(hwcursor, "Enable hardware cursor "
|
| /linux-6.15/Documentation/fb/ |
| H A D | matroxfb.rst | 208 hwcursor enables hardware cursor. It is default. If you are using
|