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

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

Merge "msm: vidc: Add sm6150 platform specific data"

parents 80d93000 0f3994dd
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -169,16 +169,20 @@ static struct msm_vidc_common_data sm6150_common_data[] = {
	},
	{
		.key = "qcom,power-collapse-delay",
		.value = 500,
		.value = 1500,
	},
	{
		.key = "qcom,hw-resp-timeout",
		.value = 250,
		.value = 1000,
	},
	{
		.key = "qcom,dcvs",
		.value = 1,
	},
	{
		.key = "qcom,fw-cycles",
		.value = 733003,
	},
};

static struct msm_vidc_common_data sm8150_common_data[] = {