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

Commit 68553202 authored by Praneeth Paladugu's avatar Praneeth Paladugu
Browse files

msm: vidc: Misc bug fixes in platform specific data



This change has following bug fixes

    - Fix typo for Never Unload FW key string.
    - Reduce HW response time than power collapse time.

CRs-Fixed: 2062045
Change-Id: I354962b15ff7e0faaf42b14d665cbe7e58af15e3
Signed-off-by: default avatarPraneeth Paladugu <ppaladug@codeaurora.org>
parent 84cf4451
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,
	},
};