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

Commit 72f543fb authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa3: enable GSI doorbell mode GPI channels"

parents 1eb2a188 2cebb8b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3655,7 +3655,7 @@ static int ipa_gsi_setup_channel(struct ipa3_ep_context *ep)
	ep->gsi_mem_info.chan_ring_base_vaddr =
		gsi_channel_props.ring_base_vaddr;

	gsi_channel_props.use_db_eng = GSI_CHAN_DIRECT_MODE;
	gsi_channel_props.use_db_eng = GSI_CHAN_DB_MODE;
	gsi_channel_props.max_prefetch = GSI_ONE_PREFETCH_SEG;
	if (ep->client == IPA_CLIENT_APPS_CMD_PROD)
		gsi_channel_props.low_weight = IPA_GSI_MAX_CH_LOW_WEIGHT;