HomeSort by: relevance | last modified time | path
    Searched defs:vgfb (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_plane.c 203 struct virtio_gpu_framebuffer *vgfb; local in function:virtio_gpu_cursor_prepare_fb
209 vgfb = to_virtio_gpu_framebuffer(new_state->fb);
210 bo = gem_to_virtio_gpu_obj(vgfb->base.obj[0]);
212 vgfb->fence = virtio_gpu_fence_alloc(vgdev);
213 if (!vgfb->fence)
223 struct virtio_gpu_framebuffer *vgfb; local in function:virtio_gpu_cursor_cleanup_fb
228 vgfb = to_virtio_gpu_framebuffer(plane->state->fb);
229 if (vgfb->fence) {
230 dma_fence_put(&vgfb->fence->f);
231 vgfb->fence = NULL
241 struct virtio_gpu_framebuffer *vgfb; local in function:virtio_gpu_cursor_plane_update
    [all...]
virtgpu_plane.c 203 struct virtio_gpu_framebuffer *vgfb; local in function:virtio_gpu_cursor_prepare_fb
209 vgfb = to_virtio_gpu_framebuffer(new_state->fb);
210 bo = gem_to_virtio_gpu_obj(vgfb->base.obj[0]);
212 vgfb->fence = virtio_gpu_fence_alloc(vgdev);
213 if (!vgfb->fence)
223 struct virtio_gpu_framebuffer *vgfb; local in function:virtio_gpu_cursor_cleanup_fb
228 vgfb = to_virtio_gpu_framebuffer(plane->state->fb);
229 if (vgfb->fence) {
230 dma_fence_put(&vgfb->fence->f);
231 vgfb->fence = NULL
241 struct virtio_gpu_framebuffer *vgfb; local in function:virtio_gpu_cursor_plane_update
    [all...]
virtgpu_plane.c 203 struct virtio_gpu_framebuffer *vgfb; local in function:virtio_gpu_cursor_prepare_fb
209 vgfb = to_virtio_gpu_framebuffer(new_state->fb);
210 bo = gem_to_virtio_gpu_obj(vgfb->base.obj[0]);
212 vgfb->fence = virtio_gpu_fence_alloc(vgdev);
213 if (!vgfb->fence)
223 struct virtio_gpu_framebuffer *vgfb; local in function:virtio_gpu_cursor_cleanup_fb
228 vgfb = to_virtio_gpu_framebuffer(plane->state->fb);
229 if (vgfb->fence) {
230 dma_fence_put(&vgfb->fence->f);
231 vgfb->fence = NULL
241 struct virtio_gpu_framebuffer *vgfb; local in function:virtio_gpu_cursor_plane_update
    [all...]
virtgpu_plane.c 203 struct virtio_gpu_framebuffer *vgfb; local in function:virtio_gpu_cursor_prepare_fb
209 vgfb = to_virtio_gpu_framebuffer(new_state->fb);
210 bo = gem_to_virtio_gpu_obj(vgfb->base.obj[0]);
212 vgfb->fence = virtio_gpu_fence_alloc(vgdev);
213 if (!vgfb->fence)
223 struct virtio_gpu_framebuffer *vgfb; local in function:virtio_gpu_cursor_cleanup_fb
228 vgfb = to_virtio_gpu_framebuffer(plane->state->fb);
229 if (vgfb->fence) {
230 dma_fence_put(&vgfb->fence->f);
231 vgfb->fence = NULL
241 struct virtio_gpu_framebuffer *vgfb; local in function:virtio_gpu_cursor_plane_update
    [all...]

Completed in 88 milliseconds