disp: msm: sde: Rename the hypervisor interface

The hypervisor is renamed to gunyah now. All 'haven' words need change
to 'gunyah' and 'hh' words in hypervisor interface need change to 'gh'.

Change-Id: Ia7ff6d855eb5548540a2f11a781c2555beb23187
Signed-off-by: Cong Zhang <congzhan@codeaurora.org>
这个提交包含在:
Cong Zhang
2021-04-27 14:07:43 +08:00
提交者 Gerrit - the friendly Code Review server
父节点 cbf860f8e0
当前提交 3133112917
修改 8 个文件,包含 95 行新增95 行删除

查看文件

@@ -220,7 +220,7 @@ struct sde_vm_primary {
struct sde_vm_trusted {
struct sde_vm base;
struct sde_vm_irq_desc *irq_desc;
struct hh_sgl_desc *sgl_desc;
struct gh_sgl_desc *sgl_desc;
};
#if IS_ENABLED(CONFIG_DRM_SDE_VM)