Home
last modified time | relevance | path

Searched refs:staged_bindings_inuse (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c185 sw_context->staged_bindings_inuse = false; in vmw_execbuf_bindings_commit()
233 if (sw_context->staged_bindings_inuse) { in vmw_cmd_ctx_first_setup()
242 sw_context->staged_bindings_inuse = true; in vmw_cmd_ctx_first_setup()
Dvmwgfx_drv.h443 bool staged_bindings_inuse; member