Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_scrn.c215 struct vmw_framebuffer *vfb; in vmw_sou_crtc_mode_set_nofb() local
227 vfb = (fb) ? vmw_framebuffer_to_vfb(fb) : NULL; in vmw_sou_crtc_mode_set_nofb()
237 if (vfb) { in vmw_sou_crtc_mode_set_nofb()
479 container_of(update->vfb, typeof(*vfbbo), base); in vmw_sou_bo_define_gmrfb()
481 int depth = update->vfb->base.format->depth; in vmw_sou_bo_define_gmrfb()
492 gmr->body.format.bitsPerPixel = update->vfb->base.format->cpp[0] * 8; in vmw_sou_bo_define_gmrfb()
495 gmr->body.bytesPerLine = update->vfb->base.pitches[0]; in vmw_sou_bo_define_gmrfb()
530 * @vfb: Framebuffer which is blitted to display unit.
540 struct vmw_framebuffer *vfb, in vmw_sou_plane_update_bo() argument
550 bo_update.base.vfb = vfb; in vmw_sou_plane_update_bo()
[all …]
Dvmwgfx_ldu.c159 struct vmw_framebuffer *vfb) in vmw_ldu_add_active() argument
166 if (vfb != ld->fb) { in vmw_ldu_add_active()
170 if (vfb->pin) in vmw_ldu_add_active()
171 vfb->pin(vfb); in vmw_ldu_add_active()
172 ld->fb = vfb; in vmw_ldu_add_active()
294 struct vmw_framebuffer *vfb; in vmw_ldu_primary_plane_atomic_update() local
303 vfb = (fb) ? vmw_framebuffer_to_vfb(fb) : NULL; in vmw_ldu_primary_plane_atomic_update()
305 if (vfb) in vmw_ldu_primary_plane_atomic_update()
306 vmw_ldu_add_active(dev_priv, ldu, vfb); in vmw_ldu_primary_plane_atomic_update()
Dvmwgfx_ioctl.c181 struct vmw_framebuffer *vfb; in vmw_present_ioctl() local
220 vfb = vmw_framebuffer_to_vfb(fb); in vmw_present_ioctl()
230 vfb, surface, arg->sid, in vmw_present_ioctl()
259 struct vmw_framebuffer *vfb; in vmw_present_readback_ioctl() local
298 vfb = vmw_framebuffer_to_vfb(fb); in vmw_present_readback_ioctl()
299 if (!vfb->bo) { in vmw_present_readback_ioctl()
306 vfb, user_fence_rep, in vmw_present_readback_ioctl()
Dvmwgfx_stdu.c236 /* Set up image using information in vfb */ in vmw_stdu_bind_st()
662 * @vfb: Pointer to the buffer-object backed framebuffer.
682 struct vmw_framebuffer *vfb, in vmw_kms_stdu_dma() argument
693 container_of(vfb, struct vmw_framebuffer_bo, base)->buffer; in vmw_kms_stdu_dma()
717 ddirty.pitch = vfb->base.pitches[0]; in vmw_kms_stdu_dma()
736 ret = vmw_kms_helper_dirty(dev_priv, vfb, clips, vclips, in vmw_kms_stdu_dma()
1049 struct vmw_framebuffer *vfb; in vmw_stdu_primary_plane_prepare_fb() local
1066 vfb = vmw_framebuffer_to_vfb(new_fb); in vmw_stdu_primary_plane_prepare_fb()
1067 new_vfbs = (vfb->bo) ? NULL : vmw_framebuffer_to_vfbs(new_fb); in vmw_stdu_primary_plane_prepare_fb()
1073 else if (vfb->bo) in vmw_stdu_primary_plane_prepare_fb()
[all …]
Dvmwgfx_kms.c1113 * @vfb: Pointer to the buffer-object backed framebuffer.
1124 struct vmw_framebuffer *vfb, in vmw_kms_readback() argument
1131 return vmw_kms_sou_readback(dev_priv, file_priv, vfb, in vmw_kms_readback()
1135 return vmw_kms_stdu_dma(dev_priv, file_priv, vfb, in vmw_kms_readback()
1346 static int vmw_framebuffer_pin(struct vmw_framebuffer *vfb) in vmw_framebuffer_pin() argument
1348 struct vmw_private *dev_priv = vmw_priv(vfb->base.dev); in vmw_framebuffer_pin()
1353 buf = vfb->bo ? vmw_framebuffer_to_vfbd(&vfb->base)->buffer : in vmw_framebuffer_pin()
1354 vmw_framebuffer_to_vfbs(&vfb->base)->surface->res.backup; in vmw_framebuffer_pin()
1367 if (vfb->bo) { in vmw_framebuffer_pin()
1391 static int vmw_framebuffer_unpin(struct vmw_framebuffer *vfb) in vmw_framebuffer_unpin() argument
[all …]
Dvmwgfx_kms.h43 * @vfb: Framebuffer which is blitted to display unit.
126 struct vmw_framebuffer *vfb; member
451 struct vmw_framebuffer *vfb,
554 struct vmw_framebuffer *vfb,
576 struct vmw_framebuffer *vfb,
Dvmwgfx_fb.c490 struct vmw_framebuffer *vfb; in vmw_fb_kms_framebuffer() local
531 vfb = vmw_kms_new_framebuffer(par->vmw_priv, par->vmw_bo, NULL, in vmw_fb_kms_framebuffer()
533 if (IS_ERR(vfb)) in vmw_fb_kms_framebuffer()
534 return PTR_ERR(vfb); in vmw_fb_kms_framebuffer()
536 par->set_fb = &vfb->base; in vmw_fb_kms_framebuffer()
Dvmwgfx_drv.h1240 struct vmw_framebuffer *vfb,
/Linux-v6.1/Documentation/devicetree/bindings/media/xilinx/
Dxlnx,csi2rxss.yaml18 packet data. The optional Video Format Bridge (VFB) converts this data to
75 xlnx,vfb:
152 - xlnx,vfb
179 xlnx,vfb;
/Linux-v6.1/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.c687 { "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-v6.1/drivers/media/platform/xilinx/
Dxilinx-csi2rxss.c865 bool en_csi_v20, vfb; in xcsi2rxss_parse_of() local
912 vfb = of_property_read_bool(node, "xlnx,vfb"); in xcsi2rxss_parse_of()
913 if (!vfb) { in xcsi2rxss_parse_of()
914 dev_err(dev, "operation without VFB is not supported\n"); in xcsi2rxss_parse_of()
/Linux-v6.1/Documentation/ABI/stable/
Dsysfs-bus-xen-backend7 'vif' (network), or 'vfb' (framebuffer).
/Linux-v6.1/arch/mips/include/asm/dec/
Dkn02ca.h56 #define KN02CA_MSR_MABEN (1<<20) /* A side VFB address enable */
/Linux-v6.1/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-v6.1/drivers/video/fbdev/aty/
Daty128fb.c33 * Based off of Geert's atyfb.c and vfb.c.
/Linux-v6.1/drivers/video/fbdev/i810/
Di810_main.c19 * The code framework is a modification of vfb.c by Geert Uytterhoeven.