Home
last modified time | relevance | path

Searched refs:vmw_framebuffer_to_vfb (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ioctl.c298 vfb = vmw_framebuffer_to_vfb(fb); in vmw_present_ioctl()
382 vfb = vmw_framebuffer_to_vfb(fb); in vmw_present_readback_ioctl()
Dvmwgfx_kms.h88 #define vmw_framebuffer_to_vfb(x) \ macro
Dvmwgfx_stdu.c435 vfb = (fb) ? vmw_framebuffer_to_vfb(fb) : NULL; in vmw_stdu_crtc_atomic_enable()
1114 vfb = vmw_framebuffer_to_vfb(new_fb); in vmw_stdu_primary_plane_prepare_fb()
1273 vmw_framebuffer_to_vfb(plane->state->fb); in vmw_stdu_primary_plane_atomic_update()
Dvmwgfx_scrn.c226 vfb = (fb) ? vmw_framebuffer_to_vfb(fb) : NULL; in vmw_sou_crtc_mode_set_nofb()
515 vmw_framebuffer_to_vfb(plane->state->fb); in vmw_sou_primary_plane_atomic_update()
Dvmwgfx_ldu.c299 vfb = (fb) ? vmw_framebuffer_to_vfb(fb) : NULL; in vmw_ldu_primary_plane_atomic_update()
Dvmwgfx_kms.c359 if (vmw_framebuffer_to_vfb(fb)->bo) { in vmw_du_cursor_plane_prepare_fb()
460 struct vmw_framebuffer *vfb = vmw_framebuffer_to_vfb(new_fb); in vmw_du_primary_plane_atomic_check()
522 if (!vmw_framebuffer_to_vfb(fb)->bo) in vmw_du_cursor_plane_atomic_check()
2986 vfb = vmw_framebuffer_to_vfb(plane->state->fb); in vmw_kms_update_implicit_fb()