Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/video/fbdev/via/
A Dvia-core.c463 ret = vdev->fbmem_len = viafb_get_fb_size_from_pci(vdev->chip_type); in via_pci_setup_mmio()
468 for (; vdev->fbmem_len >= 8 << 20; vdev->fbmem_len /= 2) { in via_pci_setup_mmio()
469 vdev->fbmem = ioremap_wc(vdev->fbmem_start, vdev->fbmem_len); in via_pci_setup_mmio()
A Dviafbdev.c1764 viaparinfo->memsize = vdev->fbmem_len; in via_fb_pci_probe()
/linux-6.3-rc2/drivers/video/fbdev/
A Dsm501fb.c96 size_t fbmem_len; /* length of remapped region */ member
177 ptr = inf->fbmem_len - size; in sm501_alloc_mem()
178 inf->fbmem_len = ptr; /* adjust available memory. */ in sm501_alloc_mem()
182 if (size > inf->fbmem_len) in sm501_alloc_mem()
185 ptr = inf->fbmem_len - size; in sm501_alloc_mem()
209 end = par->screen.k_addr ? par->screen.sm_addr : inf->fbmem_len; in sm501_alloc_mem()
211 end = inf->fbmem_len; in sm501_alloc_mem()
227 end = inf->fbmem_len; in sm501_alloc_mem()
1613 info->fbmem_len = resource_size(res); in sm501fb_start()
1616 memset_io(info->fbmem, 0, info->fbmem_len); in sm501fb_start()
/linux-6.3-rc2/include/linux/
A Dvia-core.h80 long fbmem_len; member

Completed in 19 milliseconds