Searched refs:qdws (Results 1 – 1 of 1) sorted by relevance
51 static void virgl_hw_res_destroy(struct virgl_drm_winsys *qdws, in virgl_hw_res_destroy() argument57 mtx_lock(&qdws->bo_handles_mutex); in virgl_hw_res_destroy()58 util_hash_table_remove(qdws->bo_names, in virgl_hw_res_destroy()60 mtx_unlock(&qdws->bo_handles_mutex); in virgl_hw_res_destroy()64 mtx_lock(&qdws->bo_handles_mutex); in virgl_hw_res_destroy()65 util_hash_table_remove(qdws->bo_handles, in virgl_hw_res_destroy()67 mtx_unlock(&qdws->bo_handles_mutex); in virgl_hw_res_destroy()75 drmIoctl(qdws->fd, DRM_IOCTL_GEM_CLOSE, &args); in virgl_hw_res_destroy()79 static boolean virgl_drm_resource_is_busy(struct virgl_drm_winsys *qdws, in virgl_drm_resource_is_busy() argument89 ret = drmIoctl(qdws->fd, DRM_IOCTL_VIRTGPU_WAIT, &waitcmd); in virgl_drm_resource_is_busy()[all …]