Home
last modified time | relevance | path

Searched refs:tridentfb_fix (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Dtridentfb.c53 static struct fb_fix_screeninfo tridentfb_fix = { variable
1527 tridentfb_fix.accel = FB_ACCEL_TRIDENT_BLADEXP; in trident_pci_probe()
1534 tridentfb_fix.accel = FB_ACCEL_TRIDENT_BLADE3D; in trident_pci_probe()
1540 tridentfb_fix.accel = FB_ACCEL_TRIDENT_3DIMAGE; in trident_pci_probe()
1546 tridentfb_fix.accel = FB_ACCEL_TRIDENT_TGUI; in trident_pci_probe()
1555 if (!request_mem_region(tridentfb_fix.mmio_start, in trident_pci_probe()
1556 tridentfb_fix.mmio_len, "tridentfb")) { in trident_pci_probe()
1563 tridentfb_fix.mmio_len); in trident_pci_probe()
1578 tridentfb_fix.smem_len, "tridentfb")) { in trident_pci_probe()
1586 tridentfb_fix.smem_len); in trident_pci_probe()
[all …]