Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ldu.c143 static int vmw_ldu_fb_pin(struct vmw_framebuffer *vfb) in vmw_ldu_fb_pin() argument
145 struct vmw_private *dev_priv = vmw_priv(vfb->base.dev); in vmw_ldu_fb_pin()
149 buf = vfb->bo ? vmw_framebuffer_to_vfbd(&vfb->base)->buffer : in vmw_ldu_fb_pin()
150 vmw_framebuffer_to_vfbs(&vfb->base)->surface->res.guest_memory_bo; in vmw_ldu_fb_pin()
166 static int vmw_ldu_fb_unpin(struct vmw_framebuffer *vfb) in vmw_ldu_fb_unpin() argument
168 struct vmw_private *dev_priv = vmw_priv(vfb->base.dev); in vmw_ldu_fb_unpin()
171 buf = vfb->bo ? vmw_framebuffer_to_vfbd(&vfb->base)->buffer : in vmw_ldu_fb_unpin()
172 vmw_framebuffer_to_vfbs(&vfb->base)->surface->res.guest_memory_bo; in vmw_ldu_fb_unpin()
200 struct vmw_framebuffer *vfb) in vmw_ldu_add_active() argument
207 if (vfb != ld->fb) { in vmw_ldu_add_active()
[all …]
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()
476 container_of(update->vfb, typeof(*vfbbo), base); in vmw_sou_bo_define_gmrfb()
478 int depth = update->vfb->base.format->depth; in vmw_sou_bo_define_gmrfb()
489 gmr->body.format.bitsPerPixel = update->vfb->base.format->cpp[0] * 8; in vmw_sou_bo_define_gmrfb()
492 gmr->body.bytesPerLine = update->vfb->base.pitches[0]; in vmw_sou_bo_define_gmrfb()
527 * @vfb: Framebuffer which is blitted to display unit.
537 struct vmw_framebuffer *vfb, in vmw_sou_plane_update_bo() argument
547 bo_update.base.vfb = vfb; in vmw_sou_plane_update_bo()
[all …]
Dvmwgfx_stdu.c229 /* Set up image using information in vfb */ in vmw_stdu_bind_st()
527 * @vfb: Pointer to the buffer-object backed framebuffer.
544 struct vmw_framebuffer *vfb, in vmw_kms_stdu_readback() argument
553 container_of(vfb, struct vmw_framebuffer_bo, base)->buffer; in vmw_kms_stdu_readback()
579 ddirty.pitch = vfb->base.pitches[0]; in vmw_kms_stdu_readback()
588 ret = vmw_kms_helper_dirty(dev_priv, vfb, clips, vclips, in vmw_kms_stdu_readback()
898 struct vmw_framebuffer *vfb; in vmw_stdu_primary_plane_prepare_fb() local
915 vfb = vmw_framebuffer_to_vfb(new_fb); in vmw_stdu_primary_plane_prepare_fb()
916 new_vfbs = (vfb->bo) ? NULL : vmw_framebuffer_to_vfbs(new_fb); in vmw_stdu_primary_plane_prepare_fb()
922 else if (vfb->bo) in vmw_stdu_primary_plane_prepare_fb()
[all …]
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_kms.c1236 * @vfb: Pointer to the buffer-object backed framebuffer.
1247 struct vmw_framebuffer *vfb, in vmw_kms_readback() argument
1254 return vmw_kms_sou_readback(dev_priv, file_priv, vfb, in vmw_kms_readback()
1258 return vmw_kms_stdu_readback(dev_priv, file_priv, vfb, in vmw_kms_readback()
1579 struct vmw_framebuffer *vfb = NULL; in vmw_kms_new_framebuffer() local
1602 ret = vmw_kms_new_framebuffer_surface(dev_priv, surface, &vfb, in vmw_kms_new_framebuffer()
1612 ret = vmw_kms_new_framebuffer_bo(dev_priv, bo, &vfb, in vmw_kms_new_framebuffer()
1621 return vfb; in vmw_kms_new_framebuffer()
1633 struct vmw_framebuffer *vfb = NULL; in vmw_kms_fb_create() local
1658 vfb = vmw_kms_new_framebuffer(dev_priv, bo, surface, in vmw_kms_fb_create()
[all …]
Dvmwgfx_kms.h43 * @vfb: Framebuffer which is blitted to display unit.
126 struct vmw_framebuffer *vfb; member
450 struct vmw_framebuffer *vfb,
539 struct vmw_framebuffer *vfb,
561 struct vmw_framebuffer *vfb,
Dvmwgfx_drv.h1075 struct vmw_framebuffer *vfb,
/Linux-v6.6/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.6/drivers/video/fbdev/
Dvfb.c2 * linux/drivers/video/vfb.c -- Virtual frame buffer device
394 * requested by passing 'video=vfb:' (or any actual options).
498 .name = "vfb",
511 if (fb_get_options("vfb", &option)) in vfb_init()
522 vfb_device = platform_device_alloc("vfb", 0); in vfb_init()
DMakefile130 obj-$(CONFIG_FB_VIRTUAL) += vfb.o
Dxen-fbfront.c660 { "vfb" },
698 MODULE_ALIAS("xen:vfb");
D68328fb.c19 * linux/drivers/video/vfb.c -- Virtual frame buffer device
DKconfig1804 kernel option `video=vfb:'.
1807 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.6/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.6/Documentation/ABI/stable/
Dsysfs-bus-xen-backend7 'vif' (network), or 'vfb' (framebuffer).
/Linux-v6.6/arch/mips/include/asm/dec/
Dkn02ca.h56 #define KN02CA_MSR_MABEN (1<<20) /* A side VFB address enable */
/Linux-v6.6/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.6/drivers/video/fbdev/aty/
Daty128fb.c33 * Based off of Geert's atyfb.c and vfb.c.
/Linux-v6.6/drivers/video/fbdev/i810/
Di810_main.c19 * The code framework is a modification of vfb.c by Geert Uytterhoeven.