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

Commit 2d1fa480 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: Misc bug fixes in platform specific data"

parents 6b466543 68553202
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -53,14 +53,14 @@ static struct msm_vidc_codec_data sdm845_codec_data[] = {

static struct msm_vidc_common_data default_common_data[] = {
	{
		.key = "qcon,never-unload-fw",
		.key = "qcom,never-unload-fw",
		.value = 1,
	},
};

static struct msm_vidc_common_data sdm845_common_data[] = {
	{
		.key = "qcon,never-unload-fw",
		.key = "qcom,never-unload-fw",
		.value = 1,
	},
	{
@@ -97,7 +97,7 @@ static struct msm_vidc_common_data sdm845_common_data[] = {
	},
	{
		.key = "qcom,hw-resp-timeout",
		.value = 2000,
		.value = 250,
	},
};