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; variable396 vma->vm_start = videomemory; in mc68x328fb_mmap()432 videomemory = LSSA; in mc68x328fb_init()436 fb_info.screen_base = (void *)videomemory; in mc68x328fb_init()440 fb_info.fix.smem_start = videomemory; in mc68x328fb_init()465 1 << mc68x328fb_default.bits_per_pixel, videomemory); in mc68x328fb_init()
35 static void *videomemory; variable436 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()
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()
516 unsigned char *videomemory; in arcfb_probe() local524 videomemory = vzalloc(videomemorysize); in arcfb_probe()525 if (!videomemory) in arcfb_probe()532 info->screen_buffer = videomemory; in arcfb_probe()592 vfree(videomemory); in arcfb_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; variable3683 assignchunk(videomemory, u_long, chipptr, info->fix.smem_len); in amifb_probe()3695 info->fix.smem_start = (u_long)ZTWO_PADDR(videomemory); in amifb_probe()3696 videomemory = (u_long)ioremap_wt(info->fix.smem_start, in amifb_probe()3698 if (!videomemory) { in amifb_probe()3703 info->screen_base = (char *)videomemory; in amifb_probe()3744 if (videomemory) in amifb_probe()3745 iounmap((void *)videomemory); in amifb_probe()3761 if (videomemory) in amifb_remove()3762 iounmap((void *)videomemory); in amifb_remove()
407 + secondary head shares videomemory with primary head. It is not problem428 + secondary head shares videomemory with primary head. It is not problem