Searched refs:vfb (Results 1 – 10 of 10) sorted by relevance
| /drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_ldu.c | 151 buf = vfb->bo ? in vmw_ldu_fb_pin() 174 buf = vfb->bo ? in vmw_ldu_fb_unpin() 205 struct vmw_framebuffer *vfb) in vmw_ldu_add_active() argument 212 if (vfb != ld->fb) { in vmw_ldu_add_active() 216 WARN_ON(vmw_ldu_fb_pin(vfb)); in vmw_ldu_add_active() 217 ld->fb = vfb; in vmw_ldu_add_active() 321 struct vmw_framebuffer *vfb; in vmw_ldu_primary_plane_atomic_update() local 331 if (vfb) in vmw_ldu_primary_plane_atomic_update() 332 vmw_ldu_add_active(dev_priv, ldu, vfb); in vmw_ldu_primary_plane_atomic_update() 342 .x2 = vfb->base.width, in vmw_ldu_primary_plane_atomic_update() [all …]
|
| A D | vmwgfx_ioctl.c | 182 struct vmw_framebuffer *vfb; in vmw_present_ioctl() local 221 vfb = vmw_framebuffer_to_vfb(fb); in vmw_present_ioctl() 231 vfb, surface, arg->sid, in vmw_present_ioctl() 260 struct vmw_framebuffer *vfb; in vmw_present_readback_ioctl() local 299 vfb = vmw_framebuffer_to_vfb(fb); in vmw_present_readback_ioctl() 300 if (!vfb->bo) { in vmw_present_readback_ioctl() 307 vfb, user_fence_rep, in vmw_present_readback_ioctl()
|
| A D | vmwgfx_scrn.c | 217 struct vmw_framebuffer *vfb; in vmw_sou_crtc_mode_set_nofb() local 239 if (vfb) { in vmw_sou_crtc_mode_set_nofb() 534 struct vmw_framebuffer *vfb, in vmw_sou_plane_update_bo() argument 544 bo_update.base.vfb = vfb; in vmw_sou_plane_update_bo() 696 struct vmw_framebuffer *vfb, in vmw_sou_plane_update_surface() argument 706 srf_update.base.vfb = vfb; in vmw_sou_plane_update_surface() 733 struct vmw_framebuffer *vfb = in vmw_sou_primary_plane_atomic_update() local 736 if (vfb->bo) in vmw_sou_primary_plane_atomic_update() 738 old_state, vfb, &fence); in vmw_sou_primary_plane_atomic_update() 741 old_state, vfb, in vmw_sou_primary_plane_atomic_update() [all …]
|
| A D | vmwgfx_stdu.c | 557 struct vmw_framebuffer *vfb, in vmw_kms_stdu_readback() argument 592 ddirty.pitch = vfb->base.pitches[0]; in vmw_kms_stdu_readback() 975 struct vmw_framebuffer *vfb; in vmw_stdu_primary_plane_prepare_fb() local 1001 else if (vfb->bo) in vmw_stdu_primary_plane_prepare_fb() 1246 struct vmw_framebuffer *vfb, in vmw_stdu_plane_update_bo() argument 1256 bo_update.base.vfb = vfb; in vmw_stdu_plane_update_bo() 1356 struct vmw_framebuffer *vfb, in vmw_stdu_plane_update_surface() argument 1371 srf_update.vfb = vfb; in vmw_stdu_plane_update_surface() 1415 struct vmw_framebuffer *vfb = in vmw_stdu_primary_plane_atomic_update() local 1428 if (vfb->bo) in vmw_stdu_primary_plane_atomic_update() [all …]
|
| A D | vmwgfx_kms.c | 460 struct vmw_framebuffer *vfb, in vmw_kms_readback() argument 693 struct vmw_framebuffer *vfb = NULL; in vmw_kms_new_framebuffer() local 710 return vfb; in vmw_kms_new_framebuffer() 723 struct vmw_framebuffer *vfb = NULL; in vmw_kms_fb_create() local 750 if (IS_ERR(vfb)) { in vmw_kms_fb_create() 751 ret = PTR_ERR(vfb); in vmw_kms_fb_create() 774 return &vfb->base; in vmw_kms_fb_create() 1069 struct vmw_framebuffer *vfb, in vmw_kms_generic_present() argument 1084 struct vmw_framebuffer *vfb, in vmw_kms_present() argument 1756 if (update->vfb->bo) { in vmw_du_helper_plane_update() [all …]
|
| A D | vmwgfx_kms.h | 108 struct vmw_framebuffer *vfb; member 395 struct vmw_framebuffer *vfb, 471 struct vmw_framebuffer *vfb, 493 struct vmw_framebuffer *vfb,
|
| A D | vmwgfx_drv.h | 1035 struct vmw_framebuffer *vfb,
|
| /drivers/media/platform/xilinx/ |
| 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()
|
| /drivers/video/fbdev/ |
| A D | Makefile | 128 obj-$(CONFIG_FB_VIRTUAL) += vfb.o
|
| A D | Kconfig | 1682 kernel option `video=vfb:'. 1685 module will be called vfb. In order to load it, you must use
|
Completed in 32 milliseconds