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

Commit 350057ab authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: Limit the max secure instances to 3"

parents e41fa371 ab61c2e2
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -192,7 +192,14 @@ static struct msm_vidc_common_data sm8150_common_data[] = {
	},
	{
		.key = "qcom,max-secure-instances",
		.value = 5,
		.value = 2,             /*
					 * As per design driver allows 3rd
					 * instance as well since the secure
					 * flags were updated later for the
					 * current instance. Hence total
					 * secure sessions would be
					 * max-secure-instances + 1.
					 */
	},
	{
		.key = "qcom,max-hw-load",