Home
last modified time | relevance | path

Searched full:vfb (Results 1 – 25 of 39) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_scrn.c216 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 Dvmwgfx_stdu.c228 /* 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 Dvmwgfx_ldu.c161 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 Dvmwgfx_kms.c845 * @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 Dvmwgfx_ioctl.c265 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 Dvmwgfx_kms.h42 * @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 Dvmwgfx_fb.c505 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 Dxlnx,csi2rxss.yaml18 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 DMakefile.am10 XVFB_SUBDIRS = vfb
43 DIST_SUBDIRS = dmx xfree86 vfb xnest xwin xquartz kdrive xwayland
H A Dmeson.build10 subdir('vfb') subdir
H A DMakefile.in553 @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 Dvfb.c2 * 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 DMakefile134 obj-$(CONFIG_FB_VIRTUAL) += vfb.o
H A Dxen-fbfront.c688 { "vfb" },
725 MODULE_ALIAS("xen:vfb");
H A D68328fb.c19 * linux/drivers/video/vfb.c -- Virtual frame buffer device
/OK3568_Linux_fs/external/xserver/hw/vfb/man/
H A DXvfb.man1 .\" $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 DMakefile.in91 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 Dxvfb-piglit.sh8 export SERVER_COMMAND="$XSERVER_BUILDDIR/hw/vfb/Xvfb \
H A Dxephyr-glamor-piglit.sh22 $XSERVER_BUILDDIR/hw/vfb/Xvfb \
/OK3568_Linux_fs/kernel/drivers/media/platform/xilinx/
H A Dxilinx-csi2rxss.c878 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 Dsysfs-bus-xen-backend7 'vif' (network), or 'vfb' (framebuffer).
/OK3568_Linux_fs/kernel/arch/mips/include/asm/dec/
H A Dkn02ca.h56 #define KN02CA_MSR_MABEN (1<<20) /* A side VFB address enable */
/OK3568_Linux_fs/kernel/drivers/xen/xenbus/
H A Dxenbus_probe_frontend.c216 * 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 DMakefile.am165 hw/vfb/meson.build \
/OK3568_Linux_fs/external/xserver/hw/vfb/
H A DMakefile.in92 subdir = hw/vfb
625 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign hw/vfb/Makefile'; \
627 $(AUTOMAKE) --foreign hw/vfb/Makefile

12