Searched refs:last_query_ctx (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h388 * @last_query_ctx: Last context that submitted a query
415 struct vmw_resource *last_query_ctx; member in struct:vmw_sw_context
H A Dvmwgfx_execbuf.c1033 sw_context->last_query_ctx = ctx_entry->res;
1121 BUG_ON(sw_context->last_query_ctx == NULL);
1122 dev_priv->query_cid = sw_context->last_query_ctx->id;
4155 sw_context->last_query_ctx = NULL;

Completed in 232 milliseconds