|
@@ -900,6 +900,7 @@ static void cam_ife_hw_mgr_stop_hw_res(
|
|
CAM_ISP_HW_CMD_STOP_BUS_ERR_IRQ,
|
|
CAM_ISP_HW_CMD_STOP_BUS_ERR_IRQ,
|
|
&dummy_args, sizeof(dummy_args));
|
|
&dummy_args, sizeof(dummy_args));
|
|
}
|
|
}
|
|
|
|
+ isp_hw_res->hw_res[i]->rdi_only_ctx = false;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1552,6 +1553,8 @@ static int cam_ife_mgr_csid_stop_hw(
|
|
stop.node_res = stop_res;
|
|
stop.node_res = stop_res;
|
|
stop.stop_cmd = stop_cmd;
|
|
stop.stop_cmd = stop_cmd;
|
|
hw_intf->hw_ops.stop(hw_intf->hw_priv, &stop, sizeof(stop));
|
|
hw_intf->hw_ops.stop(hw_intf->hw_priv, &stop, sizeof(stop));
|
|
|
|
+ for (i = 0; i < cnt; i++)
|
|
|
|
+ stop_res[i]->rdi_only_ctx = false;
|
|
}
|
|
}
|
|
|
|
|
|
return 0;
|
|
return 0;
|