disp: msm: sde: Update HH_RM_MEM_NOTIFY_* macros

The macros for HH_RM_MEM_NOTIFY_[RECIPIENT/OWNER] have been
updated to be more descriptive, so update the macro
usage in the display files.

Change-Id: I46d866830a2586c647da0f821bdc6f16a3d1c0b1
Signed-off-by: Isaac J. Manjarres <isaacm@codeaurora.org>
This commit is contained in:
Isaac J. Manjarres
2020-09-09 12:44:21 -07:00
parent 8f16ccc93b
commit 39a7f44e17
2 ha cambiato i file con 3 aggiunte e 2 eliminazioni

Vedi File

@@ -244,7 +244,8 @@ static int _sde_vm_release(struct sde_kms *kms)
}
rc = hh_rm_mem_notify(sde_vm->base.io_mem_handle,
HH_RM_MEM_NOTIFY_OWNER, HH_MEM_NOTIFIER_TAG_DISPLAY, 0);
HH_RM_MEM_NOTIFY_OWNER_RELEASED,
HH_MEM_NOTIFIER_TAG_DISPLAY, 0);
if (rc) {
SDE_ERROR("hyp mem notify on release failed, rc = %d\n", rc);
goto end;