disp: correct secure id to hold vaddr
This change corrects the secure id to hold vaddr instead of paddr. Change-Id: I021f5c0c7708eb2a0b166fe3a6c13b11aaf33419 Signed-off-by: Samantha Tran <samtran@codeaurora.org>
This commit is contained in:
@@ -608,7 +608,7 @@ static int sde_rotator_secure_session_ctrl(bool enable)
|
||||
if (ret)
|
||||
return -ENOMEM;
|
||||
|
||||
sid_info = (uint32_t *) shm.paddr;
|
||||
sid_info = (uint32_t *) shm.vaddr;
|
||||
desc.args[1] = shm.paddr;
|
||||
desc.args[2] = shm.size;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user