Home
last modified time | relevance | path

Searched refs:smem_len (Results 1 – 25 of 159) sorted by relevance

1234567

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dmxc_ipuv3_fb.c224 if (!fbi->fix.smem_start || (mem_len > fbi->fix.smem_len)) { in mxcfb_set_par()
400 if (fbi->fix.smem_len < fbi->var.yres_virtual * fbi->fix.line_length) { in mxcfb_map_video_memory()
401 fbi->fix.smem_len = fbi->var.yres_virtual * in mxcfb_map_video_memory()
404 fbi->fix.smem_len = roundup(fbi->fix.smem_len, ARCH_DMA_MINALIGN); in mxcfb_map_video_memory()
406 fbi->fix.smem_len); in mxcfb_map_video_memory()
410 fbi->fix.smem_len = 0; in mxcfb_map_video_memory()
416 (uint32_t) fbi->fix.smem_start, fbi->fix.smem_len); in mxcfb_map_video_memory()
418 fbi->screen_size = fbi->fix.smem_len; in mxcfb_map_video_memory()
423 memset((char *)fbi->screen_base, 0, fbi->fix.smem_len); in mxcfb_map_video_memory()
432 fbi->fix.smem_len = 0; in mxcfb_unmap_video_memory()
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Datmel_lcdfb.c46 unsigned int smem_len; member
333 dma_free_wc(info->device, info->fix.smem_len, info->screen_base, in atmel_lcdfb_free_video_memory()
348 unsigned int smem_len; in atmel_lcdfb_alloc_video_memory() local
350 smem_len = (var->xres_virtual * var->yres_virtual in atmel_lcdfb_alloc_video_memory()
352 info->fix.smem_len = max(smem_len, sinfo->smem_len); in atmel_lcdfb_alloc_video_memory()
354 info->screen_base = dma_alloc_wc(info->device, info->fix.smem_len, in atmel_lcdfb_alloc_video_memory()
362 memset(info->screen_base, 0, info->fix.smem_len); in atmel_lcdfb_alloc_video_memory()
450 if (info->fix.smem_len) { in atmel_lcdfb_check_var()
451 unsigned int smem_len = (var->xres_virtual * var->yres_virtual in atmel_lcdfb_check_var() local
453 if (smem_len > info->fix.smem_len) { in atmel_lcdfb_check_var()
[all …]
H A Dtcx.c137 for (pend = p + info->fix.smem_len; p < pend; p++) { in __tcx_set_control_plane()
306 info->fix.smem_start, info->fix.smem_len, in tcx_mmap()
318 info->fix.smem_len); in tcx_ioctl()
360 par->cplane, info->fix.smem_len * sizeof(u32)); in tcx_unmap_regs()
363 info->screen_base, info->fix.smem_len); in tcx_unmap_regs()
392 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in tcx_probe()
401 info->fix.smem_len, "tcx ram"); in tcx_probe()
409 info->fix.smem_len * sizeof(u32), in tcx_probe()
H A Dp9100.c225 info->fix.smem_start, info->fix.smem_len, in p9100_mmap()
234 FBTYPE_SUN3COLOR, 8, info->fix.smem_len); in p9100_ioctl()
279 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in p9100_probe()
289 info->fix.smem_len, "p9100 ram"); in p9100_probe()
318 of_iounmap(&op->resource[2], info->screen_base, info->fix.smem_len); in p9100_probe()
339 of_iounmap(&op->resource[2], info->screen_base, info->fix.smem_len); in p9100_remove()
H A Dbw2.c168 info->fix.smem_start, info->fix.smem_len, in bw2_mmap()
176 FBTYPE_SUN2BW, 1, info->fix.smem_len); in bw2_ioctl()
315 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in bw2_probe()
321 info->fix.smem_len, "bw2 ram"); in bw2_probe()
343 of_iounmap(&op->resource[0], info->screen_base, info->fix.smem_len); in bw2_probe()
363 of_iounmap(&op->resource[0], info->screen_base, info->fix.smem_len); in bw2_remove()
H A Defifb.c428 efifb_fix.smem_len = size_remap; in efifb_probe()
458 if ((efifb_fix.smem_start + efifb_fix.smem_len) > in efifb_probe()
478 efifb_fix.smem_len); in efifb_probe()
481 efifb_fix.smem_len); in efifb_probe()
484 efifb_fix.smem_len, MEMREMAP_WT); in efifb_probe()
487 efifb_fix.smem_len, MEMREMAP_WB); in efifb_probe()
490 efifb_fix.smem_len, efifb_fix.smem_start); in efifb_probe()
505 efifb_defined.yres_virtual = efifb_fix.smem_len / in efifb_probe()
H A Dcg3.c232 info->fix.smem_start, info->fix.smem_len, in cg3_mmap()
240 FBTYPE_SUN3COLOR, 8, info->fix.smem_len); in cg3_ioctl()
380 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in cg3_probe()
390 info->fix.smem_len, "cg3 ram"); in cg3_probe()
425 of_iounmap(&op->resource[0], info->screen_base, info->fix.smem_len); in cg3_probe()
446 of_iounmap(&op->resource[0], info->screen_base, info->fix.smem_len); in cg3_remove()
H A Dpm3fb.c994 if (lpitch * var->yres_virtual > info->fix.smem_len) { in pm3fb_check_var()
1231 pm3fb_fix.smem_len = 64 * 1024l * 1024; /* request full aperture size */ in pm3fb_size_memory()
1233 if (!request_mem_region(pm3fb_fix.smem_start, pm3fb_fix.smem_len, in pm3fb_size_memory()
1239 ioremap(pm3fb_fix.smem_start, pm3fb_fix.smem_len); in pm3fb_size_memory()
1242 release_mem_region(pm3fb_fix.smem_start, pm3fb_fix.smem_len); in pm3fb_size_memory()
1302 release_mem_region(pm3fb_fix.smem_start, pm3fb_fix.smem_len); in pm3fb_size_memory()
1360 pm3fb_fix.smem_len = pm3fb_size_memory(par); in pm3fb_probe()
1361 if (!pm3fb_fix.smem_len) { in pm3fb_probe()
1365 if (!request_mem_region(pm3fb_fix.smem_start, pm3fb_fix.smem_len, in pm3fb_probe()
1371 pm3fb_fix.smem_len); in pm3fb_probe()
[all …]
H A Dcarminefb.c645 carminefb_fix.smem_len = pci_resource_len(dev, CARMINE_MEMORY_BAR); in carminefb_probe()
651 if (carminefb_fix.smem_len > CARMINE_TOTAL_DIPLAY_MEM) in carminefb_probe()
652 carminefb_fix.smem_len = CARMINE_TOTAL_DIPLAY_MEM; in carminefb_probe()
654 else if (carminefb_fix.smem_len < CARMINE_TOTAL_DIPLAY_MEM) { in carminefb_probe()
656 "are required.", carminefb_fix.smem_len, in carminefb_probe()
662 carminefb_fix.smem_len, "carminefb smem")) { in carminefb_probe()
668 carminefb_fix.smem_len); in carminefb_probe()
712 release_mem_region(carminefb_fix.smem_start, carminefb_fix.smem_len); in carminefb_probe()
745 release_mem_region(fix.smem_start, fix.smem_len); in carminefb_remove()
H A Dpvr2fb.c528 if (line_length * var->yres_virtual > info->fix.smem_len) in pvr2fb_check_var()
686 if ((*ppos + len) > fb_info->fix.smem_len) { in pvr2fb_write()
700 if ((*ppos + (i << PAGE_SHIFT)) > fb_info->fix.smem_len) { in pvr2fb_write()
786 pvr2_fix.smem_len); in pvr2fb_common_init()
800 fb_memset(fb_info->screen_base, 0, pvr2_fix.smem_len); in pvr2fb_common_init()
837 (unsigned long)(fb_info->fix.smem_len >> 10)); in pvr2fb_common_init()
848 pvr2fb_map = sq_remap(fb_info->fix.smem_start, fb_info->fix.smem_len, in pvr2fb_common_init()
901 pvr2_fix.smem_len = 8 << 20; in pvr2fb_dc_init()
961 pvr2_fix.smem_len = pci_resource_len(pdev, 0); in pvr2fb_pci_probe()
H A Ds3c2410fb.c639 unsigned map_size = PAGE_ALIGN(info->fix.smem_len); in s3c2410fb_map_video_memory()
665 dma_free_wc(fbi->dev, PAGE_ALIGN(info->fix.smem_len), in s3c2410fb_unmap_video_memory()
942 unsigned long smem_len = mach_info->displays[i].xres; in s3c24xxfb_probe() local
944 smem_len *= mach_info->displays[i].yres; in s3c24xxfb_probe()
945 smem_len *= mach_info->displays[i].bpp; in s3c24xxfb_probe()
946 smem_len >>= 3; in s3c24xxfb_probe()
947 if (fbinfo->fix.smem_len < smem_len) in s3c24xxfb_probe()
948 fbinfo->fix.smem_len = smem_len; in s3c24xxfb_probe()
H A Dvesafb.c290 vesafb_fix.smem_len = size_remap; in vesafb_probe()
364 vesafb_defined.yres_virtual = vesafb_fix.smem_len / vesafb_fix.line_length; in vesafb_probe()
431 info->screen_base = ioremap_wc(vesafb_fix.smem_start, vesafb_fix.smem_len); in vesafb_probe()
435 info->screen_base = ioremap(vesafb_fix.smem_start, vesafb_fix.smem_len); in vesafb_probe()
441 vesafb_fix.smem_len, vesafb_fix.smem_start); in vesafb_probe()
H A Dcg6.c597 info->fix.smem_start, info->fix.smem_len, in cg6_mmap()
604 FBTYPE_SUNFAST_COLOR, 8, info->fix.smem_len); in cg6_ioctl()
630 if (info->fix.smem_len <= 0x100000) in cg6_init_fix()
635 if (info->fix.smem_len <= 0x100000) in cg6_init_fix()
738 info->fix.smem_len); in cg6_unmap_regs()
768 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in cg6_probe()
772 info->fix.smem_len *= 4; in cg6_probe()
791 info->fix.smem_len, "cgsix ram"); in cg6_probe()
H A Dpmag-ba-fb.c72 .smem_len = (1024 * 1024),
194 info->fix.smem_len); in pmagbafb_probe()
200 info->screen_size = info->fix.smem_len; in pmagbafb_probe()
H A Dcg14.c272 info->fix.smem_start, info->fix.smem_len, in cg14_mmap()
345 info->fix.smem_len); in cg14_ioctl()
462 info->screen_base, info->fix.smem_len); in cg14_unmap_regs()
488 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in cg14_probe()
507 info->fix.smem_len, "cg14 ram"); in cg14_probe()
H A Dpmag-aa-fb.c95 .smem_len = (2048 * 1024),
203 info->fix.smem_len); in pmagaafb_probe()
209 info->screen_size = info->fix.smem_len; in pmagaafb_probe()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/
H A Dmach64_cursor.c118 aty_st_le32(CUR_OFFSET, (info->fix.smem_len >> 3) + (yoff << 1), par); in atyfb_cursor()
201 info->fix.smem_len -= PAGE_SIZE; in aty_init_cursor()
204 addr = (unsigned long) info->screen_base - 0x800000 + info->fix.smem_len; in aty_init_cursor()
208 addr = info->fix.smem_start - 0x800000 + info->fix.smem_len; in aty_init_cursor()
211 addr = (unsigned long) info->screen_base + info->fix.smem_len; in aty_init_cursor()
H A Datyfb_base.c439 (info->fix.smem_len == 0x800000 || in aty_fudge_framebuffer_len()
440 (par->bus_type == ISA && info->fix.smem_len == 0x400000))) in aty_fudge_framebuffer_len()
441 info->fix.smem_len -= GUI_RESERVE; in aty_fudge_framebuffer_len()
873 if (vyres * line_length > info->fix.smem_len) in aty_var_to_crtc()
1707 u32 videoram = (info->fix.smem_len - (PAGE_SIZE << 2)); in atyfb_release()
1829 fbtyp.fb_size = info->fix.smem_len; in atyfb_ioctl()
1941 if (((vma->vm_pgoff == 0) && (size == info->fix.smem_len)) || in atyfb_mmap()
1942 ((off == info->fix.smem_len) && (size == PAGE_SIZE))) in atyfb_mmap()
2494 info->fix.smem_len = 0x80000; in aty_init()
2497 info->fix.smem_len = 0x100000; in aty_init()
[all …]
/OK3568_Linux_fs/external/recovery/minui/
H A Dgraphics_fbdev.c128 bits = mmap(0, fi.smem_len, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in fbdev_init()
135 memset(bits, 0, fi.smem_len); in fbdev_init()
145 if (vi.yres * fi.line_length * 2 <= fi.smem_len) { in fbdev_init()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/
H A Dgraphics_fbdev.c126 bits = mmap(0, fi.smem_len, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in fbdev_init()
133 memset(bits, 0, fi.smem_len); in fbdev_init()
143 if (vi.yres * fi.line_length * 2 <= fi.smem_len) { in fbdev_init()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/geode/
H A Dgx1fb_core.c122 if (gx1_line_delta(var->xres, var->bits_per_pixel) * var->yres > info->fix.smem_len) in gx1fb_check_var()
225 info->fix.smem_len = fb_len; in gx1fb_map_video_memory()
226 info->screen_base = ioremap(info->fix.smem_start, info->fix.smem_len); in gx1fb_map_video_memory()
231 info->fix.smem_len / 1024, info->fix.smem_start); in gx1fb_map_video_memory()
346 memset_io(info->screen_base, 0, info->fix.smem_len); in gx1fb_probe()
H A Dgxfb_core.c149 if (gx_line_delta(var->xres, var->bits_per_pixel) * var->yres > info->fix.smem_len) in gxfb_check_var()
251 info->fix.smem_len = vram ? vram : gx_frame_buffer_size(); in gxfb_map_video_memory()
253 info->fix.smem_len); in gxfb_map_video_memory()
263 info->fix.smem_len / 1024, info->fix.smem_start); in gxfb_map_video_memory()
397 memset_io(info->screen_base, 0, info->fix.smem_len); in gxfb_probe()
H A Dlxfb_core.c259 > info->fix.smem_len) in lxfb_check_var()
355 info->fix.smem_len = vram ? vram : lx_framebuffer_size(); in lxfb_map_video_memory()
357 info->screen_base = ioremap(info->fix.smem_start, info->fix.smem_len); in lxfb_map_video_memory()
384 info->fix.smem_len / 1024, info->fix.smem_start); in lxfb_map_video_memory()
524 memset_io(info->screen_base, 0, info->fix.smem_len); in lxfb_probe()
/OK3568_Linux_fs/kernel/samples/vfio-mdev/
H A Dmdpy-fb.c146 info->fix.smem_len = pci_resource_len(pdev, 0); in mdpy_fb_probe()
155 info->screen_size = info->fix.smem_len; in mdpy_fb_probe()
170 info->apertures->ranges[0].size = info->fix.smem_len; in mdpy_fb_probe()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dfb_sys_fops.c30 total_size = info->fix.smem_len; in fb_sys_read()
70 total_size = info->fix.smem_len; in fb_sys_write()

1234567