Skip to content
Snippets Groups Projects
Commit 66849c14 authored by AyoungSim's avatar AyoungSim Committed by Wen Chang Liu
Browse files

media: mfc: add missing IP un-protection when sleep command


Bug: 197470356
Signed-off-by: default avatarAyoungSim <a.sim@samsung.com>
Change-Id: Ie1527c42a534c1aedf44358afde7884b643fd50d
parent c622b6ea
No related branches found
No related tags found
No related merge requests found
......@@ -243,6 +243,9 @@ int mfc_core_run_sleep(struct mfc_core *core)
mfc_core_mfc_off(core);
mfc_core_pm_clock_off(core);
if (core->curr_core_ctx_is_drm)
mfc_core_protection_off(core);
mfc_core_debug_leave();
return 0;
......
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