Searched refs:fb_size (Results 1 - 19 of 19) sorted by relevance

/u-boot/arch/arm/mach-nexell/include/mach/
H A Ddisplay_dev.h23 unsigned int fb_size; member in struct:nx_display_dev
/u-boot/drivers/video/
H A Dbcm2835.c19 ulong fb_base, fb_size, fb_start, fb_end; local
29 &fb_base, &fb_size, &pitch);
37 fb_end = fb_base + fb_size;
61 plat->size = fb_size;
H A Dvideo-uclass.c224 u16 *end = priv->fb + priv->fb_size;
233 u32 *end = priv->fb + priv->fb_size;
240 memset(priv->fb, colour, priv->fb_size);
243 ret = video_sync_copy(dev, priv->fb, priv->fb + priv->fb_size);
371 ALIGN((ulong)priv->fb + priv->fb_size,
455 if (offset < -priv->fb_size || offset > 2 * priv->fb_size) {
473 if (offset + size > priv->fb_size) {
474 size = priv->fb_size - offset;
490 video_sync_copy(dev, priv->fb, priv->fb + priv->fb_size);
[all...]
H A Dmali_dp.c267 phys_addr_t fb_base, fb_size; local
298 fb_base = ofnode_get_addr_size(framebuffer, "reg", &fb_size);
301 uc_plat->size = fb_size;
H A Defi.c80 log_debug("maxmode %u, mode %u, info %p, size %lx, fb %lx, fb_size %lx\n",
82 (ulong)mode->fb_base, (ulong)mode->fb_size);
/u-boot/drivers/video/meson/
H A Dmeson_vpu.c30 u64 fb_size; member in struct:meson_framebuffer
81 meson_fb.fb_size = ALIGN(meson_fb.xsize * meson_fb.ysize *
85 gd->bd->bi_dram[0].size - meson_fb.fb_size;
167 meson_fb.fb_size);
179 mem_size = gd->bd->bi_dram[0].size - meson_fb.fb_size;
200 efi_add_memory_map(meson_fb.base, meson_fb.fb_size,
/u-boot/include/
H A Dvxworks.h86 u32 fb_size; /* framebuffer size */ member in struct:efi_gop_info
H A Dvideo.h88 * @fb_size: Frame buffer size
116 int fb_size; member in struct:video_priv
H A Defi.h380 * @fb_size: EFI's framebuffer size
388 * long', @fb_size and @info_size have to be 'u64' here. As the EFI
393 u64 fb_size; member in struct:efi_entry_gopmode
H A Defi_api.h1418 unsigned long fb_size; member in struct:efi_gop_mode
/u-boot/lib/efi/
H A Defi_stub.c339 mode.fb_size = gop->mode->fb_size;
/u-boot/lib/efi_loader/
H A Defi_gop.c469 u64 fb_base, fb_size; local
489 fb_size = plat->size;
527 gopobj->mode.fb_size = fb_size;
551 gopobj->fb = map_sysmem(fb_base, fb_size);
/u-boot/test/dm/
H A Dvideo.c41 ut_asserteq(priv->fb_size, 1366 * 768 * 2);
73 destlen = priv->fb_size;
74 dest = malloc(priv->fb_size);
78 priv->fb, priv->fb_size,
87 uc_priv->fb_size),
/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_hob.h20 u32 fb_size; /* framebuffer size */ member in struct:hob_graphics_info
/u-boot/drivers/video/sunxi/
H A Dsunxi_display.c73 unsigned int fb_size; member in struct:sunxi_display_priv
1205 sunxi_display->fb_size = plat->size;
1210 sunxi_display->fb_size += 0x1000;
1222 efi_add_memory_map(sunxi_display->fb_addr, sunxi_display->fb_size,
1230 memset((void *)sunxi_display->fb_addr, 0, sunxi_display->fb_size);
1231 flush_cache(sunxi_display->fb_addr, sunxi_display->fb_size);
/u-boot/arch/arm/mach-bcm283x/include/mach/
H A Dmbox.h280 u32 fb_size; member in struct:bcm2835_mbox_tag_allocate_buffer::__anon23::__anon25
/u-boot/cmd/
H A Delf.c207 gop->fb_size = vesa->bytes_per_scanline * vesa->y_resolution;
/u-boot/arch/arm/mach-bcm283x/
H A Dmsg.c201 *fb_sizep = msg_setup->allocate_buffer.body.resp.fb_size;
/u-boot/drivers/video/zynqmp/
H A Dzynqmp_dpsub.c2143 uc_priv->fb_size = uc_priv->line_length * uc_priv->ysize;

Completed in 127 milliseconds