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

Commit 64b77683 authored by Arun Menon's avatar Arun Menon
Browse files

msm: vidc: Disable bus vote warning logs for opb-dpb split case



The warning logs are printed for each frame and hence driving
up the power numbers. Disabling the warning log to prevent
the same.

Change-Id: I20d19caeee0f404e3508d553b17d70fcd2b677bb
Signed-off-by: default avatarArun Menon <avmenon@codeaurora.org>
parent 77813844
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -319,10 +319,6 @@ static int msm_comm_vote_bus(struct msm_vidc_core *core)
		 */
		vote_data[i].color_formats[0] = get_hal_uncompressed(yuv);
		vote_data[i].num_formats = 1;
		WARN(msm_comm_get_stream_output_mode(inst) ==
				HAL_VIDEO_DECODER_SECONDARY,
			"Bus voting for sessions with split mode not yet implemented\n");

		i++;
	}
	mutex_unlock(&core->lock);