Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
H A Dhecubafb.c158 unsigned char *videomemory; in hecubafb_probe() local
172 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()
H A D68328fb.c52 static u_long videomemory; variable
395 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()
H A Dvfb.c35 static void *videomemory; variable
435 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()
H A Darcfb.c455 unsigned char *videomemory; in arcfb_probe() local
463 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()
H A Dmetronomefb.c522 unsigned char *videomemory; in metronomefb_probe() local
575 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()
H A Dbroadsheetfb.c1009 unsigned char *videomemory; in broadsheetfb_probe() local
1046 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()
H A Damifb.c622 static u_long videomemory; variable
3685 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()
/linux/Documentation/fb/
H A Dmatroxfb.rst404 + secondary head shares videomemory with primary head. It is not problem
425 + secondary head shares videomemory with primary head. It is not problem