Lines Matching refs:accel
90 * Fix HW accel and HW cursor on i845G
229 static bool accel = 1;
242 module_param(accel, bool, S_IRUGO);
243 MODULE_PARM_DESC(accel, "Enable hardware acceleration");
347 * video=intelfb:1024x768-16@75,accel=0
353 if (get_opt_bool(this_opt, "accel", &accel))
586 dinfo->accel = accel;
589 if (NOACCEL_CHIPSET(dinfo) && dinfo->accel == 1) {
592 dinfo->accel = 0;
605 if (dinfo->accel) {
633 if (dinfo->accel)
666 if (dinfo->accel) {
760 DBG_MSG("options: vram = %d, accel = %d, hwcursor = %d, fixed = %d, "
761 "noinit = %d\n", vram, accel, hwcursor, fixed, noinit);
860 if (dinfo->accel)
1079 if (dinfo->accel)
1116 info->fix.accel = FB_ACCEL_I830;