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

Commit 4f641038 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: Update platform data for sdm670"

parents 3e20b2e8 61bb3313
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -199,11 +199,11 @@ static struct msm_vidc_common_data sdm670_common_data_v0[] = {
	},
	{
		.key = "qcom,power-collapse-delay",
		.value = 500,
		.value = 1500,
	},
	{
		.key = "qcom,hw-resp-timeout",
		.value = 250,
		.value = 1000,
	},
};

@@ -250,11 +250,11 @@ static struct msm_vidc_common_data sdm670_common_data_v1[] = {
	},
	{
		.key = "qcom,power-collapse-delay",
		.value = 500,
		.value = 1500,
	},
	{
		.key = "qcom,hw-resp-timeout",
		.value = 250,
		.value = 1000,
	},
};