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

Commit 8ddedd02 authored by Ravikishore Pampana's avatar Ravikishore Pampana Committed by Gerrit - the friendly Code Review server
Browse files

msm: camera: isp: Change bus irq error mask value



Bus error irq status 2 mask value set to 0xc0 to enable
dual comp overwrite error and dual comp error. IFE Hardware
always gives the dual comp overwrite error on first frame in
the dual ife mode. As per the HPG document dual comp overwrite
need to be masked.

Change-Id: I90ebbb5e9185a264a780810b1250708327717f10
Signed-off-by: default avatarRavikishore Pampana <rpampana@codeaurora.org>
parent 5211b3c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ static const char drv_name[] = "vfe_bus";
static uint32_t bus_error_irq_mask[3] = {
	0x7800,
	0x0000,
	0x00C0,
	0x0040,
};

enum cam_vfe_bus_packer_format {