Lines Matching refs:mem_tx
63 ivpu_bo_free(ipc->mem_tx);
82 tx_buf = ivpu_to_cpu_addr(ipc->mem_tx, tx_buf_vpu_addr);
490 ipc->mem_tx = ivpu_bo_create_global(vdev, SZ_16K, DRM_IVPU_BO_WC | DRM_IVPU_BO_MAPPABLE);
491 if (!ipc->mem_tx) {
492 ivpu_err(vdev, "Failed to allocate mem_tx\n");
511 ret = gen_pool_add(ipc->mm_tx, ipc->mem_tx->vpu_addr, ivpu_bo_size(ipc->mem_tx), -1);
531 ivpu_bo_free(ipc->mem_tx);
589 memset(ivpu_bo_vaddr(ipc->mem_tx), 0, ivpu_bo_size(ipc->mem_tx));