/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_ldu.c | 145 static int vmw_ldu_fb_pin(struct vmw_framebuffer *vfb) in vmw_ldu_fb_pin() argument 147 struct vmw_private *dev_priv = vmw_priv(vfb->base.dev); in vmw_ldu_fb_pin() 151 buf = vfb->bo ? in vmw_ldu_fb_pin() 152 vmw_framebuffer_to_vfbd(&vfb->base)->buffer : in vmw_ldu_fb_pin() 153 vmw_user_object_buffer(&vmw_framebuffer_to_vfbs(&vfb->base)->uo); in vmw_ldu_fb_pin() 169 static int vmw_ldu_fb_unpin(struct vmw_framebuffer *vfb) in vmw_ldu_fb_unpin() argument 171 struct vmw_private *dev_priv = vmw_priv(vfb->base.dev); in vmw_ldu_fb_unpin() 174 buf = vfb->bo ? in vmw_ldu_fb_unpin() 175 vmw_framebuffer_to_vfbd(&vfb->base)->buffer : in vmw_ldu_fb_unpin() 176 vmw_user_object_buffer(&vmw_framebuffer_to_vfbs(&vfb->base)->uo); in vmw_ldu_fb_unpin() [all …]
|
H A D | vmwgfx_scrn.c | 217 struct vmw_framebuffer *vfb; in vmw_sou_crtc_mode_set_nofb() local 229 vfb = (fb) ? vmw_framebuffer_to_vfb(fb) : NULL; in vmw_sou_crtc_mode_set_nofb() 239 if (vfb) { in vmw_sou_crtc_mode_set_nofb() 473 container_of(update->vfb, typeof(*vfbbo), base); in vmw_sou_bo_define_gmrfb() 475 int depth = update->vfb->base.format->depth; in vmw_sou_bo_define_gmrfb() 486 gmr->body.format.bitsPerPixel = update->vfb->base.format->cpp[0] * 8; in vmw_sou_bo_define_gmrfb() 489 gmr->body.bytesPerLine = update->vfb->base.pitches[0]; in vmw_sou_bo_define_gmrfb() 524 * @vfb: Framebuffer which is blitted to display unit. 534 struct vmw_framebuffer *vfb, in vmw_sou_plane_update_bo() argument 544 bo_update.base.vfb = vfb; in vmw_sou_plane_update_bo() [all …]
|
H A D | vmwgfx_stdu.c | 236 /* Set up image using information in vfb */ in vmw_stdu_bind_st() 539 * @vfb: Pointer to the buffer-object backed framebuffer. 557 struct vmw_framebuffer *vfb, in vmw_kms_stdu_readback() argument 566 container_of(vfb, struct vmw_framebuffer_bo, base)->buffer; in vmw_kms_stdu_readback() 592 ddirty.pitch = vfb->base.pitches[0]; in vmw_kms_stdu_readback() 601 ret = vmw_kms_helper_dirty(dev_priv, vfb, clips, vclips, in vmw_kms_stdu_readback() 975 struct vmw_framebuffer *vfb; in vmw_stdu_primary_plane_prepare_fb() local 994 vfb = vmw_framebuffer_to_vfb(new_fb); in vmw_stdu_primary_plane_prepare_fb() 995 new_vfbs = (vfb->bo) ? NULL : vmw_framebuffer_to_vfbs(new_fb); in vmw_stdu_primary_plane_prepare_fb() 1001 else if (vfb->bo) in vmw_stdu_primary_plane_prepare_fb() [all …]
|
H A D | vmwgfx_kms.c | 1228 * @vfb: Pointer to the buffer-object backed framebuffer. 1239 struct vmw_framebuffer *vfb, in vmw_kms_readback() argument 1246 return vmw_kms_sou_readback(dev_priv, file_priv, vfb, in vmw_kms_readback() 1250 return vmw_kms_stdu_readback(dev_priv, file_priv, vfb, in vmw_kms_readback() 1465 struct vmw_framebuffer *vfb = NULL; in vmw_kms_new_framebuffer() local 1470 ret = vmw_kms_new_framebuffer_surface(dev_priv, uo, &vfb, in vmw_kms_new_framebuffer() 1473 ret = vmw_kms_new_framebuffer_bo(dev_priv, uo->buffer, &vfb, in vmw_kms_new_framebuffer() 1482 return vfb; in vmw_kms_new_framebuffer() 1494 struct vmw_framebuffer *vfb = NULL; in vmw_kms_fb_create() local 1518 vfb = vmw_kms_new_framebuffer(dev_priv, &uo, mode_cmd); in vmw_kms_fb_create() [all …]
|
H A D | vmwgfx_kms.h | 44 * @vfb: Framebuffer which is blitted to display unit. 127 struct vmw_framebuffer *vfb; member 449 struct vmw_framebuffer *vfb, 533 struct vmw_framebuffer *vfb, 555 struct vmw_framebuffer *vfb,
|
H A D | vmwgfx_drv.h | 1064 struct vmw_framebuffer *vfb,
|
/linux/Documentation/devicetree/bindings/media/xilinx/ |
H A 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/drivers/video/fbdev/ |
H A D | vfb.c | 2 * linux/drivers/video/vfb.c -- Virtual frame buffer device 393 * 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()
|
H A D | Makefile | 128 obj-$(CONFIG_FB_VIRTUAL) += vfb.o
|
H A D | xen-fbfront.c | 661 { "vfb" }, 699 MODULE_ALIAS("xen:vfb");
|
H A D | 68328fb.c | 19 * linux/drivers/video/vfb.c -- Virtual frame buffer device
|
H A D | Kconfig | 1675 kernel option `video=vfb:'. 1678 module will be called vfb. In order to load it, you must use
|
H A D | pvr2fb.c | 11 * This driver is mostly based on the excellent amifb and vfb sources. It uses
|
H A D | ps3fb.c | 9 * linux/drivers/video/vfb.c -- Virtual frame buffer device
|
/linux/drivers/media/platform/xilinx/ |
H A D | xilinx-csi2rxss.c | 808 bool en_csi_v20, vfb; in xcsi2rxss_parse_of() local 855 vfb = of_property_read_bool(node, "xlnx,vfb"); in xcsi2rxss_parse_of() 856 if (!vfb) { in xcsi2rxss_parse_of() 857 dev_err(dev, "operation without VFB is not supported\n"); in xcsi2rxss_parse_of()
|
/linux/Documentation/ABI/stable/ |
H A D | sysfs-bus-xen-backend | 7 'vif' (network), or 'vfb' (framebuffer).
|
/linux/arch/mips/include/asm/dec/ |
H A D | kn02ca.h | 56 #define KN02CA_MSR_MABEN (1<<20) /* A side VFB address enable */
|
/linux/drivers/media/pci/cobalt/ |
H A D | cobalt-v4l2.c | 546 cobalt_info("rx%d: vfb: %d\n", rx, ioread32(&vmr->vfront_porch)); in cobalt_video_input_status_show()
|
/linux/drivers/video/fbdev/aty/ |
H A D | aty128fb.c | 33 * Based off of Geert's atyfb.c and vfb.c.
|
/linux/drivers/video/fbdev/i810/ |
H A D | i810_main.c | 19 * The code framework is a modification of vfb.c by Geert Uytterhoeven.
|