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

Commit 4140199b authored by Amir Levy's avatar Amir Levy Committed by Gerrit - the friendly Code Review server
Browse files

msm: ipa3: update IPA IRQ bitmap



Add additional IRQs to bitmap

Change-Id: I09497860b43ee749849fe6e8a95a1b28d2fdb87d
Signed-off-by: default avatarNadine Toledano <nadinet@codeaurora.org>
Signed-off-by: default avatarAmir Levy <alevy@codeaurora.org>
parent 03bd41ca
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -172,9 +172,10 @@ struct ipa_ep_cfg_hdr {
 *	byte alignment). Valid for Output Pipes only (IPA Producer).
 * @hdr_total_len_or_pad_offset: Offset to length field containing either
 *	total length or pad length, per hdr_total_len_or_pad config
 * @hdr_payload_len_inc_padding: 0-IPA_ENDP_INIT_HDR_n’s HDR_OFST_PKT_SIZE does
 * @hdr_payload_len_inc_padding: 0-IPA_ENDP_INIT_HDR_n's
 *	HDR_OFST_PKT_SIZE does
 *	not includes padding bytes size, payload_len = packet length,
 *	1-IPA_ENDP_INIT_HDR_n’s HDR_OFST_PKT_SIZE includes
 *	1-IPA_ENDP_INIT_HDR_n's HDR_OFST_PKT_SIZE includes
 *	padding bytes size, payload_len = packet length + padding
 * @hdr_total_len_or_pad: field is used as PAD length ot as Total length
 *	(header + packet + padding)
@@ -265,7 +266,7 @@ struct ipa_ep_cfg_holb {
/**
 * struct ipa_ep_cfg_deaggr - deaggregation configuration in IPA end-point
 * @deaggr_hdr_len: Deaggregation Header length in bytes. Valid only for Input
 *	Pipes, which are configured for ’Generic’ deaggregation.
 *	Pipes, which are configured for 'Generic' deaggregation.
 * @packet_offset_valid: - 0: PACKET_OFFSET is not used, 1: PACKET_OFFSET is
 *	used.
 * @packet_offset_location: Location of packet offset field, which specifies
@@ -703,7 +704,7 @@ enum ipa_irq_type {
	IPA_PROC_ERR_IRQ,
	IPA_TX_SUSPEND_IRQ = 14,
	IPA_TX_HOLB_DROP_IRQ = 15,

	IPA_BAM_IDLE_IRQ = 16,
	IPA_IRQ_MAX
};