|
@@ -1,6 +1,6 @@
|
|
// SPDX-License-Identifier: GPL-2.0-only
|
|
// SPDX-License-Identifier: GPL-2.0-only
|
|
/*
|
|
/*
|
|
- * Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
|
|
|
|
|
|
+ * Copyright (c) 2020-2022, The Linux Foundation. All rights reserved.
|
|
*/
|
|
*/
|
|
|
|
|
|
#include <linux/iommu.h>
|
|
#include <linux/iommu.h>
|
|
@@ -4500,7 +4500,6 @@ int msm_vidc_core_init(struct msm_vidc_core *core)
|
|
goto unlock;
|
|
goto unlock;
|
|
|
|
|
|
msm_vidc_change_core_state(core, MSM_VIDC_CORE_INIT_WAIT, __func__);
|
|
msm_vidc_change_core_state(core, MSM_VIDC_CORE_INIT_WAIT, __func__);
|
|
- init_completion(&core->init_done);
|
|
|
|
core->smmu_fault_handled = false;
|
|
core->smmu_fault_handled = false;
|
|
core->ssr.trigger = false;
|
|
core->ssr.trigger = false;
|
|
core->pm_suspended = false;
|
|
core->pm_suspended = false;
|