Lines Matching refs:accel
90 * Fix HW accel and HW cursor on i845G
230 static bool accel = 1;
243 module_param(accel, bool, S_IRUGO);
244 MODULE_PARM_DESC(accel, "Enable hardware acceleration");
348 * video=intelfb:1024x768-16@75,accel=0
354 if (get_opt_bool(this_opt, "accel", &accel))
594 dinfo->accel = accel;
597 if (NOACCEL_CHIPSET(dinfo) && dinfo->accel == 1) {
600 dinfo->accel = 0;
613 if (dinfo->accel) {
641 if (dinfo->accel)
674 if (dinfo->accel) {
768 DBG_MSG("options: vram = %d, accel = %d, hwcursor = %d, fixed = %d, "
769 "noinit = %d\n", vram, accel, hwcursor, fixed, noinit);
868 if (dinfo->accel)
1087 if (dinfo->accel)
1123 info->fix.accel = FB_ACCEL_I830;