staged_bindings   955 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c 	if (dev_priv->ctx.staged_bindings)
staged_bindings   956 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c 		vmw_binding_state_free(dev_priv->ctx.staged_bindings);
staged_bindings  1000 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c 	if (dev_priv->ctx.staged_bindings)
staged_bindings  1001 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c 		vmw_binding_state_free(dev_priv->ctx.staged_bindings);
staged_bindings   387 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h 	struct vmw_ctx_binding_state *staged_bindings;
staged_bindings   178 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 		if (entry->staged != sw_context->staged_bindings)
staged_bindings   219 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 	if (!sw_context->staged_bindings) {
staged_bindings   220 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 		sw_context->staged_bindings = vmw_binding_state_alloc(dev_priv);
staged_bindings   221 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 		if (IS_ERR(sw_context->staged_bindings)) {
staged_bindings   222 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 			ret = PTR_ERR(sw_context->staged_bindings);
staged_bindings   223 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 			sw_context->staged_bindings = NULL;
staged_bindings   236 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 		node->staged = sw_context->staged_bindings;
staged_bindings  3710 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 	if (sw_context->staged_bindings)
staged_bindings  3711 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 		vmw_binding_state_reset(sw_context->staged_bindings);