Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8fce87a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "qoc: qcom: secure_buffer: Export hyp_assign_table() for KGSL driver"

parents f7fa324b 7a68917c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -764,7 +764,7 @@ int scm_call2_atomic(u32 fn_id, struct scm_desc *desc)
		return scm_remap_error(ret);
	return ret;
}

EXPORT_SYMBOL(scm_call2_atomic);
/**
 * scm_call() - Send an SCM command
 * @svc_id: service identifier
+1 −0
Original line number Diff line number Diff line
@@ -212,6 +212,7 @@ int hyp_assign_table(struct sg_table *table,
	kfree(source_vm_copy);
	return ret;
}
EXPORT_SYMBOL(hyp_assign_table);

int hyp_assign_phys(phys_addr_t addr, u64 size, u32 *source_vm_list,
			int source_nelems, int *dest_vmids,