Searched refs:tridentfb_fix (Results 1 – 1 of 1) sorted by relevance
45 static struct fb_fix_screeninfo tridentfb_fix = { variable1398 tridentfb_fix.accel = FB_ACCEL_TRIDENT_BLADEXP; in trident_pci_probe()1405 tridentfb_fix.accel = FB_ACCEL_TRIDENT_BLADE3D; in trident_pci_probe()1411 tridentfb_fix.accel = FB_ACCEL_TRIDENT_3DIMAGE; in trident_pci_probe()1417 tridentfb_fix.accel = FB_ACCEL_TRIDENT_TGUI; in trident_pci_probe()1423 tridentfb_fix.mmio_start = pci_resource_start(dev, 1); in trident_pci_probe()1424 tridentfb_fix.mmio_len = pci_resource_len(dev, 1); in trident_pci_probe()1426 if (!request_mem_region(tridentfb_fix.mmio_start, in trident_pci_probe()1427 tridentfb_fix.mmio_len, "tridentfb")) { in trident_pci_probe()1433 default_par->io_virt = ioremap_nocache(tridentfb_fix.mmio_start, in trident_pci_probe()[all …]