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

Commit 3473bcf9 authored by Alok Pandey's avatar Alok Pandey
Browse files

msm: camera: icp: hfi compatibility fix



Add request_id in hfi interface data structure.

Change-Id: I236d6c1e46b2dbb33a0ba35a5ae145245c6206a0
Signed-off-by: default avatarAlok Pandey <akumarpa@codeaurora.org>
parent 73d59a3c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2018, 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
@@ -252,6 +252,7 @@ struct bps_frame_process_data {
	uint32_t iq_settings_addr;
	uint32_t strip_lib_out_addr;
	uint32_t cdm_prog_addr;
	uint32_t request_id;
};

enum hfi_ipe_image_format {
@@ -433,6 +434,7 @@ struct ipe_frame_process_data {
	uint32_t cdm_tf_ds4;
	uint32_t cdm_tf_ds16;
	uint32_t cdm_tf_ds64;
	uint32_t request_id;
	uint32_t frames_in_batch;
	struct frame_set framesets[MAX_HFR_GROUP];
} __packed;