Searched refs:vfb (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/ |
A 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()
|
A D | vmwgfx_ldu.c | 158 struct vmw_framebuffer *vfb) in vmw_ldu_add_active() argument 165 if (vfb != ld->fb) { in vmw_ldu_add_active() 169 if (vfb->pin) in vmw_ldu_add_active() 170 vfb->pin(vfb); in vmw_ldu_add_active() 171 ld->fb = vfb; in vmw_ldu_add_active() 290 struct vmw_framebuffer *vfb; in vmw_ldu_primary_plane_atomic_update() local 299 vfb = (fb) ? vmw_framebuffer_to_vfb(fb) : NULL; in vmw_ldu_primary_plane_atomic_update() 301 if (vfb) in vmw_ldu_primary_plane_atomic_update() 302 vmw_ldu_add_active(dev_priv, ldu, vfb); in vmw_ldu_primary_plane_atomic_update()
|
A D | vmwgfx_scrn.c | 214 struct vmw_framebuffer *vfb; in vmw_sou_crtc_mode_set_nofb() local 236 if (vfb) { in vmw_sou_crtc_mode_set_nofb() 536 struct vmw_framebuffer *vfb, in vmw_sou_plane_update_bo() argument 546 bo_update.base.vfb = vfb; in vmw_sou_plane_update_bo() 697 struct vmw_framebuffer *vfb, in vmw_sou_plane_update_surface() argument 707 srf_update.base.vfb = vfb; in vmw_sou_plane_update_surface() 735 struct vmw_framebuffer *vfb = in vmw_sou_primary_plane_atomic_update() local 738 if (vfb->bo) in vmw_sou_primary_plane_atomic_update() 740 old_state, vfb, &fence); in vmw_sou_primary_plane_atomic_update() 743 old_state, vfb, in vmw_sou_primary_plane_atomic_update() [all …]
|
A D | vmwgfx_stdu.c | 681 struct vmw_framebuffer *vfb, in vmw_kms_stdu_dma() argument 716 ddirty.pitch = vfb->base.pitches[0]; in vmw_kms_stdu_dma() 1045 struct vmw_framebuffer *vfb; in vmw_stdu_primary_plane_prepare_fb() local 1069 else if (vfb->bo) in vmw_stdu_primary_plane_prepare_fb() 1358 struct vmw_framebuffer *vfb, in vmw_stdu_plane_update_bo() argument 1368 bo_update.base.vfb = vfb; in vmw_stdu_plane_update_bo() 1533 struct vmw_framebuffer *vfb, in vmw_stdu_plane_update_surface() argument 1548 srf_update.vfb = vfb; in vmw_stdu_plane_update_surface() 1596 struct vmw_framebuffer *vfb = in vmw_stdu_primary_plane_atomic_update() local 1609 if (vfb->bo) in vmw_stdu_primary_plane_atomic_update() [all …]
|
A D | vmwgfx_kms.c | 1271 struct vmw_framebuffer *vfb, in vmw_kms_readback() argument 1500 buf = vfb->bo ? vmw_framebuffer_to_vfbd(&vfb->base)->buffer : in vmw_framebuffer_pin() 1514 if (vfb->bo) { in vmw_framebuffer_pin() 1543 buf = vfb->bo ? vmw_framebuffer_to_vfbd(&vfb->base)->buffer : in vmw_framebuffer_unpin() 1768 vfb->pin = vmw_framebuffer_pin; in vmw_kms_new_framebuffer() 1771 return vfb; in vmw_kms_new_framebuffer() 1811 if (IS_ERR(vfb)) { in vmw_kms_fb_create() 1812 ret = PTR_ERR(vfb); in vmw_kms_fb_create() 1830 return &vfb->base; in vmw_kms_fb_create() 2140 struct vmw_framebuffer *vfb, in vmw_kms_present() argument [all …]
|
A D | vmwgfx_kms.h | 126 struct vmw_framebuffer *vfb; member 455 struct vmw_framebuffer *vfb, 549 struct vmw_framebuffer *vfb, 571 struct vmw_framebuffer *vfb,
|
A D | vmwgfx_drv.h | 1203 struct vmw_framebuffer *vfb,
|
/linux-6.3-rc2/Documentation/devicetree/bindings/media/xilinx/ |
A D | xlnx,csi2rxss.yaml | 75 xlnx,vfb: 152 - xlnx,vfb 179 xlnx,vfb;
|
/linux-6.3-rc2/drivers/media/platform/xilinx/ |
A 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()
|
/linux-6.3-rc2/Documentation/ABI/stable/ |
A D | sysfs-bus-xen-backend | 7 'vif' (network), or 'vfb' (framebuffer).
|
/linux-6.3-rc2/drivers/video/fbdev/ |
A D | Makefile | 131 obj-$(CONFIG_FB_VIRTUAL) += vfb.o
|
A D | Kconfig | 2032 kernel option `video=vfb:'. 2035 module will be called vfb. In order to load it, you must use
|
Completed in 35 milliseconds