Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/
Dhecubafb.c220 unsigned char *videomemory; in hecubafb_probe() local
234 videomemory = vzalloc(videomemorysize); in hecubafb_probe()
235 if (!videomemory) in hecubafb_probe()
242 info->screen_base = (char __force __iomem *)videomemory; in hecubafb_probe()
276 vfree(videomemory); in hecubafb_probe()
Dvfb.c35 static void *videomemory; variable
435 if (!(videomemory = vmalloc_32_user(size))) in vfb_probe()
442 info->screen_base = (char __iomem *)videomemory; in vfb_probe()
452 vfb_fix.smem_start = (unsigned long) videomemory; in vfb_probe()
478 vfree(videomemory); in vfb_probe()
488 vfree(videomemory); in vfb_remove()
D68328fb.c52 static u_long videomemory; variable
398 vma->vm_start = videomemory; in mc68x328fb_mmap()
446 videomemory = LSSA; in mc68x328fb_init()
450 fb_info.screen_base = (void *)videomemory; in mc68x328fb_init()
454 fb_info.fix.smem_start = videomemory; in mc68x328fb_init()
479 1 << mc68x328fb_default.bits_per_pixel, videomemory); in mc68x328fb_init()
Darcfb.c510 unsigned char *videomemory; in arcfb_probe() local
518 videomemory = vzalloc(videomemorysize); in arcfb_probe()
519 if (!videomemory) in arcfb_probe()
526 info->screen_base = (char __iomem *)videomemory; in arcfb_probe()
584 vfree(videomemory); in arcfb_probe()
Dmetronomefb.c580 unsigned char *videomemory; in metronomefb_probe() local
633 videomemory = vzalloc(videomemorysize); in metronomefb_probe()
634 if (!videomemory) in metronomefb_probe()
637 info->screen_base = (char __force __iomem *)videomemory; in metronomefb_probe()
739 vfree(videomemory); in metronomefb_probe()
Dfb-puv3.c672 void *videomemory; in unifb_probe() local
674 videomemory = (void *)__get_free_pages(GFP_KERNEL | __GFP_COMP, in unifb_probe()
676 if (!videomemory) in unifb_probe()
679 memset(videomemory, 0, UNIFB_MEMSIZE); in unifb_probe()
681 unifb_fix.smem_start = virt_to_phys(videomemory); in unifb_probe()
691 info->screen_base = (char __iomem *)videomemory; in unifb_probe()
Dbroadsheetfb.c1071 unsigned char *videomemory; in broadsheetfb_probe() local
1108 videomemory = vzalloc(videomemorysize); in broadsheetfb_probe()
1109 if (!videomemory) in broadsheetfb_probe()
1112 info->screen_base = (char *)videomemory; in broadsheetfb_probe()
1187 vfree(videomemory); in broadsheetfb_probe()
Damifb.c616 static u_long videomemory; variable
3693 assignchunk(videomemory, u_long, chipptr, info->fix.smem_len); in amifb_probe()
3705 info->fix.smem_start = (u_long)ZTWO_PADDR(videomemory); in amifb_probe()
3706 videomemory = (u_long)ioremap_wt(info->fix.smem_start, in amifb_probe()
3708 if (!videomemory) { in amifb_probe()
3713 info->screen_base = (char *)videomemory; in amifb_probe()
3754 if (videomemory) in amifb_probe()
3755 iounmap((void *)videomemory); in amifb_probe()
3771 if (videomemory) in amifb_remove()
3772 iounmap((void *)videomemory); in amifb_remove()
/Linux-v4.19/Documentation/fb/
Dmatroxfb.txt378 + secondary head shares videomemory with primary head. It is not problem
399 + secondary head shares videomemory with primary head. It is not problem