Home
last modified time | relevance | path

Searched refs:query_head (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c344 if (list_empty(&ctx->query_head)) in vmw_query_bo_switch_prepare()
345 list_add_tail(&ctx->query_head, in vmw_query_bo_switch_prepare()
389 query_head) { in vmw_query_bo_switch_commit()
390 list_del_init(&ctx->query_head); in vmw_query_bo_switch_commit()
542 if (!list_empty(&ctx->query_head)) in vmw_cmd_wait_query()
543 list_del_init(&ctx->query_head); in vmw_cmd_wait_query()
Dvmwgfx_drv.h87 struct list_head query_head; /* Protected by the cmdbuf mutex */ member
Dvmwgfx_resource.c200 INIT_LIST_HEAD(&res->query_head); in vmw_resource_init()