vmw_cotable_notify
extern int vmw_cotable_notify(struct vmw_resource *res, int id);
ret = vmw_cotable_notify(cotable_res, cmd->body.queryId);
ret = vmw_cotable_notify(res, cmd->defined_id);
ret = vmw_cotable_notify(res, cmd->defined_id);
ret = vmw_cotable_notify(res, cmd->body.shaderId);
ret = vmw_cotable_notify(res, cmd->body.soid);