Searched refs:fb_size (Results 1 – 18 of 18) sorted by relevance
| /u-boot/drivers/video/ |
| A D | bcm2835.c | 20 ulong fb_base, fb_size, fb_start, fb_end; in bcm2835_video_probe() local 30 &fb_base, &fb_size, &pitch); in bcm2835_video_probe() 38 fb_end = fb_base + fb_size; in bcm2835_video_probe() 48 plat->size = fb_size; in bcm2835_video_probe()
|
| A D | video-uclass.c | 154 u16 *end = priv->fb + priv->fb_size; in video_fill() 163 u32 *end = priv->fb + priv->fb_size; in video_fill() 170 memset(priv->fb, colour, priv->fb_size); in video_fill() 173 ret = video_sync_copy(dev, priv->fb, priv->fb + priv->fb_size); in video_fill() 295 ALIGN((ulong)priv->fb + priv->fb_size, in video_sync() 375 if (offset < -priv->fb_size || offset > 2 * priv->fb_size) { in video_sync_copy() 393 if (offset + size > priv->fb_size) { in video_sync_copy() 394 size = priv->fb_size - offset; in video_sync_copy() 410 video_sync_copy(dev, priv->fb, priv->fb + priv->fb_size); in video_sync_copy_all() 466 priv->fb_size = priv->line_length * priv->ysize; in video_post_probe()
|
| A D | mali_dp.c | 268 phys_addr_t fb_base, fb_size; in malidp_probe() local 299 fb_base = ofnode_get_addr_size(framebuffer, "reg", &fb_size); in malidp_probe() 302 uc_plat->size = fb_size; in malidp_probe()
|
| A D | efi.c | 83 (ulong)mode->fb_base, (ulong)mode->fb_size); in get_mode_info()
|
| /u-boot/drivers/video/meson/ |
| A D | meson_vpu.c | 31 u64 fb_size; member 82 meson_fb.fb_size = ALIGN(meson_fb.xsize * meson_fb.ysize * in meson_vpu_setup_mode() 86 gd->bd->bi_dram[0].size - meson_fb.fb_size; in meson_vpu_setup_mode() 168 meson_fb.fb_size); in meson_vpu_setup_simplefb() 180 mem_size = gd->bd->bi_dram[0].size - meson_fb.fb_size; in meson_vpu_setup_simplefb() 201 efi_add_memory_map(meson_fb.base, meson_fb.fb_size, in meson_vpu_rsv_fb()
|
| /u-boot/arch/arm/mach-nexell/include/mach/ |
| A D | display_dev.h | 23 unsigned int fb_size; member
|
| /u-boot/include/ |
| A D | vxworks.h | 86 u32 fb_size; /* framebuffer size */ member
|
| A D | video.h | 112 int fb_size; member
|
| A D | efi.h | 393 u64 fb_size; member
|
| A D | efi_api.h | 1404 unsigned long fb_size; member
|
| /u-boot/lib/efi_loader/ |
| A D | efi_gop.c | 469 u64 fb_base, fb_size; in efi_gop_register() local 487 fb_size = priv->fb_size; in efi_gop_register() 526 gopobj->mode.fb_size = fb_size; in efi_gop_register()
|
| /u-boot/test/dm/ |
| A D | video.c | 41 ut_asserteq(priv->fb_size, 1366 * 768 * 2); in dm_test_video_base() 73 destlen = priv->fb_size; in compress_frame_buffer() 74 dest = malloc(priv->fb_size); in compress_frame_buffer() 78 priv->fb, priv->fb_size, in compress_frame_buffer() 87 uc_priv->fb_size), in compress_frame_buffer()
|
| /u-boot/arch/x86/include/asm/fsp/ |
| A D | fsp_hob.h | 20 u32 fb_size; /* framebuffer size */ member
|
| /u-boot/lib/efi/ |
| A D | efi_stub.c | 340 mode.fb_size = gop->mode->fb_size; in efi_main()
|
| /u-boot/drivers/video/sunxi/ |
| A D | sunxi_display.c | 72 unsigned int fb_size; member 1204 sunxi_display->fb_size = plat->size; 1209 sunxi_display->fb_size += 0x1000; 1221 efi_add_memory_map(sunxi_display->fb_addr, sunxi_display->fb_size, 1229 memset((void *)sunxi_display->fb_addr, 0, sunxi_display->fb_size); 1230 flush_cache(sunxi_display->fb_addr, sunxi_display->fb_size);
|
| /u-boot/cmd/ |
| A D | elf.c | 182 gop->fb_size = vesa->bytes_per_scanline * vesa->y_resolution; in do_bootvx()
|
| /u-boot/arch/arm/mach-bcm283x/ |
| A D | msg.c | 202 *fb_sizep = msg_setup->allocate_buffer.body.resp.fb_size; in bcm2835_set_video_params()
|
| /u-boot/arch/arm/mach-bcm283x/include/mach/ |
| A D | mbox.h | 281 u32 fb_size; member
|
Completed in 46 milliseconds