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

Commit 8ccf1868 authored by Rama Krishna Phani A's avatar Rama Krishna Phani A
Browse files

msm: ipa: specify the IPA BAM logging granularity



Specify the BAM logging granularity for IPA BAM use cases.

Change-Id: I34ad92795b8ca0d32b85284ff0e566eae3e97415
Signed-off-by: default avatarRama Krishna Phani A <rphani@codeaurora.org>
parent 42d015b7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3279,6 +3279,7 @@ static int ipa_init(const struct ipa_plat_drv_res *resource_p,
		bam_props.options |= SPS_BAM_SMMU_EN;
	bam_props.ee = resource_p->ee;
	bam_props.callback = sps_event_cb;
	bam_props.ipc_loglevel = 2;

	result = sps_register_bam_device(&bam_props, &ipa_ctx->bam_handle);
	if (result) {
+1 −0
Original line number Diff line number Diff line
@@ -3021,6 +3021,7 @@ static int ipa3_init(const struct ipa3_plat_drv_res *resource_p,
		bam_props.options |= SPS_BAM_SMMU_EN;
	bam_props.ee = resource_p->ee;
	bam_props.callback = ipa3_sps_event_cb;
	bam_props.ipc_loglevel = 2;

	result = sps_register_bam_device(&bam_props, &ipa3_ctx->bam_handle);
	if (result) {