Searched refs:videomemory (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | hecubafb.c | 220 unsigned char *videomemory; in hecubafb_probe() local 234 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()
|
H A D | 68328fb.c | 52 static u_long videomemory; variable 398 vma->vm_start = videomemory; in mc68x328fb_mmap() 434 videomemory = LSSA; in mc68x328fb_init() 438 fb_info.screen_base = (void *)videomemory; in mc68x328fb_init() 442 fb_info.fix.smem_start = videomemory; in mc68x328fb_init() 467 1 << mc68x328fb_default.bits_per_pixel, videomemory); in mc68x328fb_init()
|
H A D | vfb.c | 35 static void *videomemory; variable 435 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()
|
H A D | arcfb.c | 512 unsigned char *videomemory; in arcfb_probe() local 520 videomemory = vzalloc(videomemorysize); in arcfb_probe() 521 if (!videomemory) in arcfb_probe() 528 info->screen_base = (char __iomem *)videomemory; in arcfb_probe() 589 vfree(videomemory); in arcfb_probe()
|
H A D | metronomefb.c | 580 unsigned char *videomemory; in metronomefb_probe() local 633 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()
|
H A D | broadsheetfb.c | 1071 unsigned char *videomemory; in broadsheetfb_probe() local 1108 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()
|
H A D | amifb.c | 622 static u_long videomemory; variable 3695 assignchunk(videomemory, u_long, chipptr, info->fix.smem_len); in amifb_probe() 3707 info->fix.smem_start = (u_long)ZTWO_PADDR(videomemory); in amifb_probe() 3708 videomemory = (u_long)ioremap_wt(info->fix.smem_start, in amifb_probe() 3710 if (!videomemory) { in amifb_probe() 3715 info->screen_base = (char *)videomemory; in amifb_probe() 3756 if (videomemory) in amifb_probe() 3757 iounmap((void *)videomemory); in amifb_probe() 3773 if (videomemory) in amifb_remove() 3774 iounmap((void *)videomemory); in amifb_remove() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | hecubafb.c | 158 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 D | 68328fb.c | 52 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()
|
H A D | vfb.c | 35 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()
|
H A D | arcfb.c | 516 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()
|
H A D | metronomefb.c | 522 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 D | broadsheetfb.c | 1009 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 D | amifb.c | 622 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() [all...] |
Completed in 20 milliseconds