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

Commit af2756b8 authored by Suraj Dongre's avatar Suraj Dongre Committed by Gerrit - the friendly Code Review server
Browse files

msm: camera: jpeg: Fix jpeg hw hang after flush



Add block formatter reset bit missing from reset cmd.

CRs-Fixed: 2525580
Change-Id: I17afb362d945952ae63c50621058f1c5748281df
Signed-off-by: default avatarSuraj Dongre <sdongre@codeaurora.org>
parent 1500c7da
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
 */

#ifndef CAM_JPEG_ENC_HW_INFO_TITAN170_H
@@ -58,7 +58,7 @@ static struct cam_jpeg_enc_device_hw_info cam_jpeg_enc_hw_info = {
		.int_mask_disable_all = 0x00000000,
		.int_mask_enable_all = 0xFFFFFFFF,
		.hw_cmd_start = 0x00000001,
		.reset_cmd = 0x00032093,
		.reset_cmd = 0x200320D3,
		.hw_cmd_stop = 0x00000002,
	},
	.int_status = {