disp: rotator: modify the args for sid switch call

Modify the size of SID's passed as an argument during
scm call as per client requirement.

Change-Id: I84bbd1e034ba6dcd8ded1ddf3913a735a2139663
Signed-off-by: Yashwanth <yvulapu@codeaurora.org>
This commit is contained in:
Yashwanth
2020-07-28 18:36:04 +05:30
父節點 8510269a39
當前提交 d71039da0a

查看文件

@@ -572,7 +572,7 @@ static int sde_rotator_secure_session_ctrl(bool enable)
sid_info = (uint32_t *) shm.vaddr;
mem_addr = shm.paddr;
mem_size = shm.size;
mem_size = sizeof(uint32_t);
} else {
sid_info = kzalloc(sizeof(uint32_t), GFP_KERNEL);
if (!sid_info)