Searched refs:videomemory (Results 1 – 8 of 8) sorted by relevance
158 unsigned char *videomemory; in hecubafb_probe() local172 videomemory = vzalloc(videomemorysize); in hecubafb_probe()173 if (!videomemory) in hecubafb_probe()180 info->screen_buffer = videomemory; in hecubafb_probe()214 vfree(videomemory); in hecubafb_probe()
52 static u_long videomemory; variable395 vma->vm_start = videomemory; in mc68x328fb_mmap()431 videomemory = LSSA; in mc68x328fb_init()435 fb_info.screen_base = (void *)videomemory; in mc68x328fb_init()439 fb_info.fix.smem_start = videomemory; in mc68x328fb_init()464 1 << mc68x328fb_default.bits_per_pixel, videomemory); in mc68x328fb_init()
35 static void *videomemory; variable435 if (!(videomemory = vmalloc_32_user(size))) in vfb_probe()443 info->screen_buffer = videomemory; in vfb_probe()453 vfb_fix.smem_start = (unsigned long) videomemory; in vfb_probe()478 vfree(videomemory); in vfb_probe()488 vfree(videomemory); in vfb_remove()
455 unsigned char *videomemory; in arcfb_probe() local463 videomemory = vzalloc(videomemorysize); in arcfb_probe()464 if (!videomemory) in arcfb_probe()472 info->screen_buffer = videomemory; in arcfb_probe()532 vfree(videomemory); in arcfb_probe()
522 unsigned char *videomemory; in metronomefb_probe() local575 videomemory = vzalloc(videomemorysize); in metronomefb_probe()576 if (!videomemory) in metronomefb_probe()579 info->screen_buffer = videomemory; in metronomefb_probe()681 vfree(videomemory); in metronomefb_probe()
1009 unsigned char *videomemory; in broadsheetfb_probe() local1046 videomemory = vzalloc(videomemorysize); in broadsheetfb_probe()1047 if (!videomemory) in broadsheetfb_probe()1050 info->screen_buffer = videomemory; in broadsheetfb_probe()1125 vfree(videomemory); in broadsheetfb_probe()
622 static u_long videomemory; variable3685 assignchunk(videomemory, u_long, chipptr, info->fix.smem_len); in amifb_probe()3697 info->fix.smem_start = (u_long)ZTWO_PADDR(videomemory); in amifb_probe()3698 videomemory = (u_long)ioremap_wt(info->fix.smem_start, in amifb_probe()3700 if (!videomemory) { in amifb_probe()3705 info->screen_base = (char *)videomemory; in amifb_probe()3746 if (videomemory) in amifb_probe()3747 iounmap((void *)videomemory); in amifb_probe()3763 if (videomemory) in amifb_remove()3764 iounmap((void *)videomemory); in amifb_remove()
404 + secondary head shares videomemory with primary head. It is not problem425 + secondary head shares videomemory with primary head. It is not problem