Searched refs:init_accel (Results 1 – 1 of 1) sorted by relevance
38 void (*init_accel) (struct tridentfb_par *, int, int); member1351 par->init_accel(par, info->var.xres_virtual, bpp); in tridentfb_set_par()1524 default_par->init_accel = xp_init_accel; in trident_pci_probe()1530 default_par->init_accel = blade_init_accel; in trident_pci_probe()1537 default_par->init_accel = image_init_accel; in trident_pci_probe()1543 default_par->init_accel = tgui_init_accel; in trident_pci_probe()1605 if (!noaccel && default_par->init_accel) { in trident_pci_probe()