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

Skip to content
Commit 5553d06d authored by Sandeep Panda's avatar Sandeep Panda
Browse files

drm/msm/dsi-staging: update dsi secure mode flag properly



In the current implementation dsi secure flag is set to false
during probe. But after that this flag is never updated even
though secure domain attach/detach is handled in dsi driver.
So when secure session is established and the non-secure buffers
are unmapped, since the flag is not updated dsi driver is still
trying to access the now invalid non-secure buffers and this is
causing kernel panic. Fix this issue by updating the dsi secure
flag properly during the secure session callbacks.

Change-Id: I10801aacb4cd1925472f58331fa2f5a56eff6aa6
Signed-off-by: default avatarSandeep Panda <spanda@codeaurora.org>
parent 38ef2dbc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment