/Linux-v6.1/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_scrn.c | 215 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 …]
|
D | vmwgfx_ldu.c | 159 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()
|
D | vmwgfx_ioctl.c | 181 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()
|
D | vmwgfx_stdu.c | 236 /* 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 …]
|
D | vmwgfx_kms.c | 1113 * @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 …]
|
D | vmwgfx_kms.h | 43 * @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,
|
D | vmwgfx_fb.c | 490 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()
|
D | vmwgfx_drv.h | 1240 struct vmw_framebuffer *vfb,
|
/Linux-v6.1/Documentation/devicetree/bindings/media/xilinx/ |
D | xlnx,csi2rxss.yaml | 18 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/ |
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()
|
D | Makefile | 134 obj-$(CONFIG_FB_VIRTUAL) += vfb.o
|
D | xen-fbfront.c | 687 { "vfb" }, 725 MODULE_ALIAS("xen:vfb");
|
D | 68328fb.c | 19 * linux/drivers/video/vfb.c -- Virtual frame buffer device
|
D | Kconfig | 2060 kernel option `video=vfb:'. 2063 module will be called vfb. In order to load it, you must use
|
D | pvr2fb.c | 11 * This driver is mostly based on the excellent amifb and vfb sources. It uses
|
D | ps3fb.c | 9 * linux/drivers/video/vfb.c -- Virtual frame buffer device
|
/Linux-v6.1/drivers/media/platform/xilinx/ |
D | xilinx-csi2rxss.c | 865 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/ |
D | sysfs-bus-xen-backend | 7 'vif' (network), or 'vfb' (framebuffer).
|
/Linux-v6.1/arch/mips/include/asm/dec/ |
D | kn02ca.h | 56 #define KN02CA_MSR_MABEN (1<<20) /* A side VFB address enable */
|
/Linux-v6.1/drivers/media/pci/cobalt/ |
D | cobalt-v4l2.c | 550 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/ |
D | aty128fb.c | 33 * Based off of Geert's atyfb.c and vfb.c.
|
/Linux-v6.1/drivers/video/fbdev/i810/ |
D | i810_main.c | 19 * The code framework is a modification of vfb.c by Geert Uytterhoeven.
|