Home
last modified time | relevance | path

Searched refs:fb_size (Results 1 – 25 of 57) sorted by relevance

123

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0083-libweston-add-weston_renderer-resize_output.patch47 fb_size.width, fb_size.height, 0, 0);
48 + weston_renderer_resize_output(&output->base, &fb_size, &area);
85 + * \param fb_size The framebuffer size, including output decorations.
87 + * decorations. This can also be NULL, which means the whole fb_size is
92 + const struct weston_size *fb_size,
99 + .width = fb_size->width,
100 + .height = fb_size->height
103 + if (!r->resize_output(output, fb_size, area ?: &def)) {
130 + const struct weston_size *fb_size,
142 + const struct weston_size *fb_size,
[all …]
/OK3568_Linux_fs/buildroot/package/weston/
H A D0082-libweston-add-weston_renderer-resize_output.patch47 fb_size.width, fb_size.height, 0, 0);
48 + weston_renderer_resize_output(&output->base, &fb_size, &area);
85 + * \param fb_size The framebuffer size, including output decorations.
87 + * decorations. This can also be NULL, which means the whole fb_size is
92 + const struct weston_size *fb_size,
99 + .width = fb_size->width,
100 + .height = fb_size->height
103 + if (!r->resize_output(output, fb_size, area ?: &def)) {
130 + const struct weston_size *fb_size,
142 + const struct weston_size *fb_size,
[all …]
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dbcm2835.c19 ulong fb_base, fb_size, fb_start, fb_end; in bcm2835_video_probe() local
29 &fb_base, &fb_size, &pitch); in bcm2835_video_probe()
35 fb_end = fb_base + fb_size; in bcm2835_video_probe()
45 plat->size = fb_size; in bcm2835_video_probe()
H A Dvideo-uclass.c114 u32 *end = priv->fb + priv->fb_size; in video_clear()
119 memset(priv->fb, priv->colour_bg, priv->fb_size); in video_clear()
138 ALIGN((ulong)priv->fb + priv->fb_size, in video_sync()
212 priv->fb_size = priv->line_length * priv->ysize; in video_post_probe()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dsunxvr1000.c24 unsigned int fb_size; member
78 info->screen_size = gp->fb_size; in gfb_set_fbinfo()
85 info->fix.smem_len = gp->fb_size; in gfb_set_fbinfo()
140 gp->fb_size = info->fix.line_length * gp->height; in gfb_probe()
143 gp->fb_size, "gfb fb"); in gfb_probe()
167 of_iounmap(&op->resource[6], gp->fb_base, gp->fb_size); in gfb_probe()
H A Dsunxvr2500.c28 unsigned int fb_size; member
82 info->screen_size = sp->fb_size; in s3d_set_fbinfo()
89 info->fix.smem_len = sp->fb_size; in s3d_set_fbinfo()
181 sp->fb_size = info->fix.line_length * sp->height; in s3d_pci_register()
183 sp->fb_base = ioremap(sp->fb_base_phys, sp->fb_size); in s3d_pci_register()
H A Dsunxvr500.c46 unsigned int fb_size; member
205 info->screen_size = ep->fb_size; in e3d_set_fbinfo()
212 info->fix.smem_len = ep->fb_size; in e3d_set_fbinfo()
345 ep->fb_size = info->fix.line_length * ep->height; in e3d_pci_register()
347 ep->fb_base = ioremap(ep->fb_base_phys, ep->fb_size); in e3d_pci_register()
H A Dxen-fbfront.c369 int fb_size; in xenfb_probe() local
391 fb_size = video[KPARAM_MEM] * 1024 * 1024; in xenfb_probe()
393 > fb_size) { in xenfb_probe()
399 fb_size = XENFB_DEFAULT_FB_LEN; in xenfb_probe()
409 info->fb = vzalloc(fb_size); in xenfb_probe()
413 info->nr_pages = (fb_size + PAGE_SIZE - 1) >> PAGE_SHIFT; in xenfb_probe()
452 fb_info->fix.smem_len = fb_size; in xenfb_probe()
H A Dep93xx-fb.c421 unsigned int fb_size; in ep93xxfb_alloc_videomem() local
424 fb_size = EP93XXFB_MAX_XRES * EP93XXFB_MAX_YRES * 2; in ep93xxfb_alloc_videomem()
426 virt_addr = dma_alloc_wc(info->dev, fb_size, &phys_addr, GFP_KERNEL); in ep93xxfb_alloc_videomem()
443 dma_free_coherent(info->dev, fb_size, virt_addr, phys_addr); in ep93xxfb_alloc_videomem()
448 info->fix.smem_len = fb_size; in ep93xxfb_alloc_videomem()
H A Dsbuslib.h24 int type, int fb_depth, unsigned long fb_size);
H A Dsh_mobile_lcdcfb.c189 unsigned long fb_size; member
445 unsigned int nr_pages_max = ch->fb_size >> PAGE_SHIFT; in sh_mobile_lcdc_sginit()
1490 ovl->dma_handle, ovl->fb_size); in sh_mobile_lcdc_overlay_mmap()
1585 info->fix.smem_len = ovl->fb_size; in sh_mobile_lcdc_overlay_fb_init()
1964 ch->dma_handle, ch->fb_size); in sh_mobile_lcdc_mmap()
2000 ch->fb_size >> PAGE_SHIFT); in sh_mobile_lcdc_channel_fb_register()
2076 info->fix.smem_len = ch->fb_size; in sh_mobile_lcdc_channel_fb_init()
2271 dma_free_coherent(&pdev->dev, ovl->fb_size, in sh_mobile_lcdc_remove()
2286 dma_free_coherent(&pdev->dev, ch->fb_size, in sh_mobile_lcdc_remove()
2391 ovl->fb_size = ovl->cfg->max_xres * ovl->cfg->max_yres in sh_mobile_lcdc_overlay_init()
[all …]
H A Dsh_mobile_lcdcfb.h69 unsigned long fb_size; member
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_gop.c133 u64 fb_base, fb_size; local
148 fb_size = priv->fb_size;
157 fb_size = lcd_get_size(&line_len);
197 gopobj->mode.fb_size = fb_size;
/OK3568_Linux_fs/u-boot/test/dm/
H A Dvideo.c39 ut_asserteq(priv->fb_size, 1366 * 768 * 2); in dm_test_video_base()
65 destlen = priv->fb_size; in compress_frame_buffer()
66 dest = malloc(priv->fb_size); in compress_frame_buffer()
70 priv->fb, priv->fb_size, in compress_frame_buffer()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/mmp/fb/
H A Dmmpfb.c291 (var->bits_per_pixel >> 3) > fbi->fb_size) in mmpfb_check_var()
516 info->fix.smem_len = fbi->fb_size; in fb_info_setup()
524 info->screen_size = fbi->fb_size; in fb_info_setup()
600 fbi->fb_size = info->var.xres_virtual * info->var.yres_virtual in mmpfb_probe()
603 fbi->fb_size = MMPFB_DEFAULT_SIZE; in mmpfb_probe()
606 fbi->fb_start = dma_alloc_coherent(&pdev->dev, PAGE_ALIGN(fbi->fb_size), in mmpfb_probe()
613 dev_info(fbi->dev, "fb %dk allocated\n", fbi->fb_size/1024); in mmpfb_probe()
645 dma_free_coherent(&pdev->dev, PAGE_ALIGN(fbi->fb_size), fbi->fb_start, in mmpfb_probe()
H A Dmmpfb.h28 int fb_size; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/
H A Dsun_init.c297 fbdata = mmap(NULL, fbattr.fbtype.fb_size, in xf86CloseConsole()
305 memset(fbdata, 0, fbattr.fbtype.fb_size); in xf86CloseConsole()
306 munmap(fbdata, fbattr.fbtype.fb_size); in xf86CloseConsole()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Dframebuffer.c461 unsigned int fb_size; in psbfb_probe() local
471 fb_size = ALIGN(sizes->surface_width * bytespp, 64) * in psbfb_probe()
473 fb_size = ALIGN(fb_size, PAGE_SIZE); in psbfb_probe()
475 if (fb_size > dev_priv->vram_stolen_size) { in psbfb_probe()
/OK3568_Linux_fs/u-boot/drivers/video/sunxi/
H A Dsunxi_display.c61 unsigned int fb_size; member
1289 sunxi_display.fb_size =
1295 sunxi_display.fb_size += 0x1000;
1297 if (sunxi_display.fb_size > CONFIG_SUNXI_MAX_FB_SIZE) {
1299 sunxi_display.fb_size >> 10,
1311 gd->bd->bi_dram[0].size - sunxi_display.fb_size;
1319 memset((void *)gd->fb_base, 0, sunxi_display.fb_size);
1320 flush_cache(gd->fb_base, sunxi_display.fb_size);
1403 size = gd->bd->bi_dram[0].size - sunxi_display.fb_size;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bochs/
H A Dbochs_mm.c14 bochs->fb_size); in bochs_mm_init()
H A Dbochs_hw.c169 bochs->fb_size = size; in bochs_hw_init()
220 bochs->yres_virtual = bochs->fb_size / bochs->stride; in bochs_hw_setmode()
H A Dbochs.h58 unsigned long fb_size; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fb.c645 unsigned int fb_bpp, fb_pitch, fb_size; in vmw_fb_init() local
656 fb_size = fb_pitch * fb_height; in vmw_fb_init()
686 par->vmalloc = vzalloc(fb_size); in vmw_fb_init()
706 info->fix.smem_len = fb_size; in vmw_fb_init()
710 info->screen_size = fb_size; in vmw_fb_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_drv.h27 unsigned long fb_size; member
H A Dhibmc_ttm.c32 hibmc->fb_size); in hibmc_mm_init()

123