Skip to content

Commit

Permalink
msm: camera: jpeg: Reset all blocks during jpeg reset
Browse files Browse the repository at this point in the history
Add block formatter and jpeg domain reset bit in the
Jpeg reset command. This avoids the random jpeg hw
hang after flush.

CRs-Fixed: 2716815
Change-Id: Ia7779ef9edbe8a4f801209556e878d2c35713e26
Signed-off-by: Ravikishore Pampana <[email protected]>
  • Loading branch information
Ravikishore Pampana authored and Gerrit - the friendly Code Review server committed Sep 4, 2020
1 parent 9684d05 commit 56861a7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
Expand Down Expand Up @@ -65,7 +65,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 = {
Expand Down

0 comments on commit 56861a7

Please sign in to comment.