| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_scrn.c | 216 struct vmw_framebuffer *vfb; in vmw_sou_crtc_mode_set_nofb() local 228 vfb = (fb) ? vmw_framebuffer_to_vfb(fb) : NULL; in vmw_sou_crtc_mode_set_nofb() 238 if (vfb) { in vmw_sou_crtc_mode_set_nofb() 482 container_of(update->vfb, typeof(*vfbbo), base); in vmw_sou_bo_define_gmrfb() 484 int depth = update->vfb->base.format->depth; in vmw_sou_bo_define_gmrfb() 495 gmr->body.format.bitsPerPixel = update->vfb->base.format->cpp[0] * 8; in vmw_sou_bo_define_gmrfb() 498 gmr->body.bytesPerLine = update->vfb->base.pitches[0]; in vmw_sou_bo_define_gmrfb() 533 * @vfb: Framebuffer which is blitted to display unit. 543 struct vmw_framebuffer *vfb, in vmw_sou_plane_update_bo() argument 553 bo_update.base.vfb = vfb; in vmw_sou_plane_update_bo() [all …]
|
| H A D | vmwgfx_stdu.c | 228 /* Set up image using information in vfb */ in vmw_stdu_bind_st() 654 * @vfb: Pointer to the buffer-object backed framebuffer. 673 struct vmw_framebuffer *vfb, in vmw_kms_stdu_dma() argument 684 container_of(vfb, struct vmw_framebuffer_bo, base)->buffer; in vmw_kms_stdu_dma() 708 ddirty.pitch = vfb->base.pitches[0]; in vmw_kms_stdu_dma() 727 ret = vmw_kms_helper_dirty(dev_priv, vfb, clips, vclips, in vmw_kms_stdu_dma() 1040 struct vmw_framebuffer *vfb; in vmw_stdu_primary_plane_prepare_fb() local 1057 vfb = vmw_framebuffer_to_vfb(new_fb); in vmw_stdu_primary_plane_prepare_fb() 1058 new_vfbs = (vfb->bo) ? NULL : vmw_framebuffer_to_vfbs(new_fb); in vmw_stdu_primary_plane_prepare_fb() 1064 else if (vfb->bo) in vmw_stdu_primary_plane_prepare_fb() [all …]
|
| H A D | vmwgfx_ldu.c | 161 struct vmw_framebuffer *vfb) in vmw_ldu_add_active() argument 168 if (vfb != ld->fb) { in vmw_ldu_add_active() 172 if (vfb->pin) in vmw_ldu_add_active() 173 vfb->pin(vfb); in vmw_ldu_add_active() 174 ld->fb = vfb; in vmw_ldu_add_active() 290 struct vmw_framebuffer *vfb; in vmw_ldu_primary_plane_atomic_update() local 299 vfb = (fb) ? vmw_framebuffer_to_vfb(fb) : NULL; in vmw_ldu_primary_plane_atomic_update() 301 if (vfb) in vmw_ldu_primary_plane_atomic_update() 302 vmw_ldu_add_active(dev_priv, ldu, vfb); in vmw_ldu_primary_plane_atomic_update()
|
| H A D | vmwgfx_kms.c | 845 * @vfb: Pointer to the buffer-object backed framebuffer. 856 struct vmw_framebuffer *vfb, in vmw_kms_readback() argument 863 return vmw_kms_sou_readback(dev_priv, file_priv, vfb, in vmw_kms_readback() 867 return vmw_kms_stdu_dma(dev_priv, file_priv, vfb, in vmw_kms_readback() 1067 static int vmw_framebuffer_pin(struct vmw_framebuffer *vfb) in vmw_framebuffer_pin() argument 1069 struct vmw_private *dev_priv = vmw_priv(vfb->base.dev); in vmw_framebuffer_pin() 1074 buf = vfb->bo ? vmw_framebuffer_to_vfbd(&vfb->base)->buffer : in vmw_framebuffer_pin() 1075 vmw_framebuffer_to_vfbs(&vfb->base)->surface->res.backup; in vmw_framebuffer_pin() 1088 if (vfb->bo) { in vmw_framebuffer_pin() 1112 static int vmw_framebuffer_unpin(struct vmw_framebuffer *vfb) in vmw_framebuffer_unpin() argument [all …]
|
| H A D | vmwgfx_ioctl.c | 265 struct vmw_framebuffer *vfb; in vmw_present_ioctl() local 304 vfb = vmw_framebuffer_to_vfb(fb); in vmw_present_ioctl() 318 vfb, surface, arg->sid, in vmw_present_ioctl() 349 struct vmw_framebuffer *vfb; in vmw_present_readback_ioctl() local 388 vfb = vmw_framebuffer_to_vfb(fb); in vmw_present_readback_ioctl() 389 if (!vfb->bo) { in vmw_present_readback_ioctl() 400 vfb, user_fence_rep, in vmw_present_readback_ioctl()
|
| H A D | vmwgfx_kms.h | 42 * @vfb: Framebuffer which is blitted to display unit. 125 struct vmw_framebuffer *vfb; member 432 struct vmw_framebuffer *vfb, 531 struct vmw_framebuffer *vfb, 553 struct vmw_framebuffer *vfb,
|
| H A D | vmwgfx_fb.c | 505 struct vmw_framebuffer *vfb; in vmw_fb_kms_framebuffer() local 546 vfb = vmw_kms_new_framebuffer(par->vmw_priv, par->vmw_bo, NULL, in vmw_fb_kms_framebuffer() 548 if (IS_ERR(vfb)) in vmw_fb_kms_framebuffer() 549 return PTR_ERR(vfb); in vmw_fb_kms_framebuffer() 551 par->set_fb = &vfb->base; in vmw_fb_kms_framebuffer()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/xilinx/ |
| H A D | xlnx,csi2rxss.yaml | 18 packet data. The optional Video Format Bridge (VFB) converts this data to 75 xlnx,vfb: 179 - xlnx,vfb 206 xlnx,vfb;
|
| /OK3568_Linux_fs/external/xserver/hw/ |
| H A D | Makefile.am | 10 XVFB_SUBDIRS = vfb 43 DIST_SUBDIRS = dmx xfree86 vfb xnest xwin xquartz kdrive xwayland
|
| H A D | meson.build | 10 subdir('vfb') subdir
|
| H A D | Makefile.in | 553 @XVFB_TRUE@XVFB_SUBDIRS = vfb 569 DIST_SUBDIRS = dmx xfree86 vfb xnest xwin xquartz kdrive xwayland
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | vfb.c | 2 * linux/drivers/video/vfb.c -- Virtual frame buffer device 393 * requested by passing 'video=vfb:' (or any actual options). 499 .name = "vfb", 512 if (fb_get_options("vfb", &option)) in vfb_init() 523 vfb_device = platform_device_alloc("vfb", 0); in vfb_init()
|
| H A D | Makefile | 134 obj-$(CONFIG_FB_VIRTUAL) += vfb.o
|
| H A D | xen-fbfront.c | 688 { "vfb" }, 725 MODULE_ALIAS("xen:vfb");
|
| H A D | 68328fb.c | 19 * linux/drivers/video/vfb.c -- Virtual frame buffer device
|
| /OK3568_Linux_fs/external/xserver/hw/vfb/man/ |
| H A D | Xvfb.man | 1 .\" $XdotOrg: xc/programs/Xserver/hw/vfb/Xvfb.man,v 1.3 2005/03/23 20:49:52 gisburn Exp $ 27 .\" $XFree86: xc/programs/Xserver/hw/vfb/Xvfb.man,v 1.9 2001/12/14 19:59:45 dawes Exp $
|
| H A D | Makefile.in | 91 subdir = hw/vfb/man 583 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign hw/vfb/man/Makefile'; \ 585 $(AUTOMAKE) --foreign hw/vfb/man/Makefile
|
| /OK3568_Linux_fs/external/xserver/test/scripts/ |
| H A D | xvfb-piglit.sh | 8 export SERVER_COMMAND="$XSERVER_BUILDDIR/hw/vfb/Xvfb \
|
| H A D | xephyr-glamor-piglit.sh | 22 $XSERVER_BUILDDIR/hw/vfb/Xvfb \
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/xilinx/ |
| H A D | xilinx-csi2rxss.c | 878 bool en_csi_v20, vfb; in xcsi2rxss_parse_of() local 925 vfb = of_property_read_bool(node, "xlnx,vfb"); in xcsi2rxss_parse_of() 926 if (!vfb) { in xcsi2rxss_parse_of() 927 dev_err(dev, "operation without VFB is not supported\n"); in xcsi2rxss_parse_of()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/stable/ |
| H A D | sysfs-bus-xen-backend | 7 'vif' (network), or 'vfb' (framebuffer).
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/dec/ |
| H A D | kn02ca.h | 56 #define KN02CA_MSR_MABEN (1<<20) /* A side VFB address enable */
|
| /OK3568_Linux_fs/kernel/drivers/xen/xenbus/ |
| H A D | xenbus_probe_frontend.c | 216 * could contain: vfb = [ 'vnc=1, vnclisten=0.0.0.0'] in is_device_connecting() 223 if ((strncmp(xendev->nodename, "device/vfb", 10) == 0)) in is_device_connecting()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | Makefile.am | 165 hw/vfb/meson.build \
|
| /OK3568_Linux_fs/external/xserver/hw/vfb/ |
| H A D | Makefile.in | 92 subdir = hw/vfb 625 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign hw/vfb/Makefile'; \ 627 $(AUTOMAKE) --foreign hw/vfb/Makefile
|