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

Commit b24dddf2 authored by Maheshwar Ajja's avatar Maheshwar Ajja
Browse files

msm: vidc: Enable decode batching feature



Enable batching feature which helps minimize
the power usage for video playback usecases.

Change-Id: I94e1e3c68cb3e9daf391c5cfb9196956fb9ed009
Signed-off-by: default avatarMaheshwar Ajja <majja@codeaurora.org>
parent b4e206c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -169,7 +169,7 @@ static struct msm_vidc_common_data sm8150_common_data[] = {
	},
	{
		.key = "qcom,decode-batching",
		.value = 0,
		.value = 1,
	},
};