Home | History | Annotate | Download | only in vmwgfx

Lines Matching refs:cursor_bo

63     struct vmwgfx_dmabuf *cursor_bo;
317 if (!crtcp->cursor_bo)
337 if (!crtcp->cursor_bo) {
339 crtcp->cursor_bo = vmwgfx_dmabuf_alloc(ms->fd, size);
340 if (!crtcp->cursor_bo) {
345 crtcp->cursor_handle = crtcp->cursor_bo->handle;
348 ptr = vmwgfx_dmabuf_map(crtcp->cursor_bo);
351 vmwgfx_dmabuf_unmap(crtcp->cursor_bo);
390 if (crtcp->cursor_bo)
412 if (crtcp->cursor_bo) {
413 vmwgfx_dmabuf_destroy(crtcp->cursor_bo);
414 crtcp->cursor_bo = NULL;