Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/vmwgfx/
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 …]
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()
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 …]
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 …]
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()
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,
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()
Dvmwgfx_drv.h1177 struct vmw_framebuffer *vfb,
/Linux-v5.10/Documentation/devicetree/bindings/media/xilinx/
Dxlnx,csi2rxss.yaml18 packet data. The optional Video Format Bridge (VFB) converts this data to
75 xlnx,vfb:
179 - xlnx,vfb
206 xlnx,vfb;
/Linux-v5.10/drivers/video/fbdev/
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()
DMakefile134 obj-$(CONFIG_FB_VIRTUAL) += vfb.o
Dxen-fbfront.c688 { "vfb" },
725 MODULE_ALIAS("xen:vfb");
D68328fb.c19 * linux/drivers/video/vfb.c -- Virtual frame buffer device
DKconfig2060 kernel option `video=vfb:'.
2063 module will be called vfb. In order to load it, you must use
Dpvr2fb.c11 * This driver is mostly based on the excellent amifb and vfb sources. It uses
Dps3fb.c9 * linux/drivers/video/vfb.c -- Virtual frame buffer device
/Linux-v5.10/drivers/media/platform/xilinx/
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()
/Linux-v5.10/Documentation/ABI/stable/
Dsysfs-bus-xen-backend7 'vif' (network), or 'vfb' (framebuffer).
/Linux-v5.10/arch/mips/include/asm/dec/
Dkn02ca.h56 #define KN02CA_MSR_MABEN (1<<20) /* A side VFB address enable */
/Linux-v5.10/drivers/xen/xenbus/
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()
/Linux-v5.10/drivers/media/pci/cobalt/
Dcobalt-v4l2.c550 cobalt_info("rx%d: vfb: %d\n", rx, ioread32(&vmr->vfront_porch)); in cobalt_video_input_status_show()
/Linux-v5.10/drivers/video/fbdev/aty/
Daty128fb.c33 * Based off of Geert's atyfb.c and vfb.c.
/Linux-v5.10/drivers/video/fbdev/i810/
Di810_main.c19 * The code framework is a modification of vfb.c by Geert Uytterhoeven.