Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/media/xilinx/
H A 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/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c449 * @vfb: Pointer to the buffer-object backed framebuffer.
460 struct vmw_framebuffer *vfb, in vmw_kms_readback() argument
467 return vmw_kms_sou_readback(dev_priv, file_priv, vfb, in vmw_kms_readback()
471 return vmw_kms_stdu_readback(dev_priv, file_priv, vfb, in vmw_kms_readback()
693 struct vmw_framebuffer *vfb = NULL; in vmw_kms_new_framebuffer() local
698 ret = vmw_kms_new_framebuffer_surface(dev_priv, uo, &vfb, in vmw_kms_new_framebuffer()
701 ret = vmw_kms_new_framebuffer_bo(dev_priv, uo->buffer, &vfb, in vmw_kms_new_framebuffer()
710 return vfb; in vmw_kms_new_framebuffer()
723 struct vmw_framebuffer *vfb = NULL; in vmw_kms_fb_create() local
749 vfb = vmw_kms_new_framebuffer(dev_priv, &uo, info, mode_cmd); in vmw_kms_fb_create()
[all …]
H A Dvmwgfx_kms.h25 * @vfb: Framebuffer which is blitted to display unit.
108 struct vmw_framebuffer *vfb; member
395 struct vmw_framebuffer *vfb,
471 struct vmw_framebuffer *vfb,
493 struct vmw_framebuffer *vfb,
/linux/drivers/video/fbdev/
H A Dvfb.c2 * 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 DMakefile128 obj-$(CONFIG_FB_VIRTUAL) += vfb.o
H A Dxen-fbfront.c661 { "vfb" },
699 MODULE_ALIAS("xen:vfb");
H A D68328fb.c19 * linux/drivers/video/vfb.c -- Virtual frame buffer device
H A DKconfig1680 kernel option `video=vfb:'.
1683 module will be called vfb. In order to load it, you must use
H A Dpvr2fb.c11 * This driver is mostly based on the excellent amifb and vfb sources. It uses
H A Dps3fb.c9 * linux/drivers/video/vfb.c -- Virtual frame buffer device
/linux/Documentation/ABI/stable/
H A Dsysfs-bus-xen-backend7 'vif' (network), or 'vfb' (framebuffer).
/linux/arch/mips/include/asm/dec/
H A Dkn02ca.h56 #define KN02CA_MSR_MABEN (1<<20) /* A side VFB address enable */
/linux/drivers/video/fbdev/i810/
H A Di810_main.c19 * The code framework is a modification of vfb.c by Geert Uytterhoeven.