Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/video/fbdev/
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()
D68328fb.c52 static u_long videomemory; variable
396 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()
Dvfb.c35 static void *videomemory; variable
436 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()
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()
Darcfb.c516 unsigned char *videomemory; in arcfb_probe() local
524 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()
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()
Damifb.c622 static u_long videomemory; variable
3683 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()
/Linux-v6.6/Documentation/fb/
Dmatroxfb.rst407 + secondary head shares videomemory with primary head. It is not problem
428 + secondary head shares videomemory with primary head. It is not problem