Home
last modified time | relevance | path

Searched refs:hwcursor (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dintelfb.rst63 f. "hwcursor"
99 append="video=intelfb:mode=800x600-32@75,accel,hwcursor,vram=8"
127 modprobe intelfb mode=800x600-32@75 vram=8 accel=1 hwcursor=1
131 options intelfb mode=800x600-32@75 vram=8 accel=1 hwcursor=1
H A Dmatroxfb.rst208 hwcursor enables hardware cursor. It is default. If you are using
/OK3568_Linux_fs/kernel/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c231 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()
[all …]
H A Dintelfb.h331 int hwcursor; member
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dtdfxfb.c151 static int hwcursor = 1; variable
686 if (hwcursor) in tdfxfb_set_par()
1046 if (!hwcursor) in tdfxfb_cursor()
1477 if (hwcursor) in tdfxfb_probe()
1585 hwcursor = simple_strtoul(this_opt + 9, NULL, 0); in tdfxfb_setup()
1650 module_param(hwcursor, int, 0644);
1651 MODULE_PARM_DESC(hwcursor, "Enable hardware cursor "
H A Dpm3fb.c55 static int hwcursor = 1; variable
617 if (!hwcursor) in pm3fb_cursor()
1521 hwcursor = simple_strtoul(this_opt + 9, NULL, 0); in pm3fb_setup()
1561 module_param(hwcursor, int, 0644);
1562 MODULE_PARM_DESC(hwcursor, "Enable hardware cursor "
H A Dpm2fb.c65 static int hwcursor = 1; variable
1370 if (!hwcursor) in pm2fb_cursor()
1783 hwcursor = simple_strtoul(this_opt + 9, NULL, 0); in pm2fb_setup()
1835 module_param(hwcursor, int, 0644);
1836 MODULE_PARM_DESC(hwcursor, "Enable hardware cursor "
/OK3568_Linux_fs/external/xserver/
H A DChangeLog137983 xf86Cursors: xf86_reload_cursors shouldn't unconditionally show hwcursor (#14820)
147482 Merge branch 'hwcursor' into mpx