Searched refs:videomemory (Results 1 – 9 of 9) sorted by relevance
220 unsigned char *videomemory; in hecubafb_probe() local234 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()
35 static void *videomemory; variable435 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()
52 static u_long videomemory; variable398 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()
510 unsigned char *videomemory; in arcfb_probe() local518 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()
580 unsigned char *videomemory; in metronomefb_probe() local633 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()
672 void *videomemory; in unifb_probe() local674 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()
1071 unsigned char *videomemory; in broadsheetfb_probe() local1108 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()
616 static u_long videomemory; variable3693 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()
378 + secondary head shares videomemory with primary head. It is not problem399 + secondary head shares videomemory with primary head. It is not problem