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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/intelfb/
H A Dintelfbdrv.c146 static int hwcursor = 0; variable
163 module_param(hwcursor, bool, S_IRUGO);
164 MODULE_PARM_DESC(hwcursor, "Enable HW cursor");
274 else if (get_opt_bool(this_opt, "hwcursor", &hwcursor))
532 dinfo->hwcursor = hwcursor;
554 if (dinfo->hwcursor) {
582 if (dinfo->hwcursor) {
635 if (dinfo->hwcursor) {
[all...]
H A Dintelfb.h324 int hwcursor; member in struct:intelfb_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/video/
H A Dtdfx.h186 } hwcursor; member in struct:tdfx_par
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dtdfxfb.c49 * reorg, hwcursor address page size alignment
1031 del_timer(&(par->hwcursor.timer));
1032 tdfx_outl(par, VIDPROCCFG, par->hwcursor.disable);
1137 mod_timer(&par->hwcursor.timer, jiffies+HZ/2);
1140 tdfx_outl(par, VIDPROCCFG, par->hwcursor.enable);

Completed in 56 milliseconds