Correct the packet format for RS stats configuration during acquire time. CRs-Fixed: 3206699 Change-Id: Ibcc615416603d427da0c41e8a2c2d519664367c8 Signed-off-by: Alok Chauhan <[email protected]>
@@ -818,6 +818,10 @@ static int cam_tfe_bus_acquire_wm(
rsrc_data->height = 0;
rsrc_data->stride = 1;
rsrc_data->en_cfg = (0x1 << 16) | 0x1;
+
+ /*RS state packet format*/
+ if (rsrc_data->index == 15)
+ rsrc_data->pack_fmt = 0x9;
} else {
CAM_ERR(CAM_ISP, "Invalid WM:%d requested", rsrc_data->index);
return -EINVAL;