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

Commit 76b65896 authored by Dikshita Agarwal's avatar Dikshita Agarwal
Browse files

msm: vidc: Update platform data for lito



Update the values for max supported MBs/sec for B-frames
and max supported resolution with HQ.

Change-Id: I6d80feb373b5a04b2e847bc2877aea0de253a9b3
Signed-off-by: default avatarDikshita Agarwal <dikshita@codeaurora.org>
parent 25eda448
Loading
Loading
Loading
Loading
+17 −16
Original line number Diff line number Diff line
@@ -262,23 +262,24 @@ static struct msm_vidc_common_data lito_common_data_v0[] = {
	},
	{
		.key = "qcom,max-hw-load",
		.value = 3110400,/* 4096x2160@90 */
		.value = 3110400,/* ((4096x2160)/256)@90fps */
				/* 4k@60 decode + 4k@30 encode */
	},
	{
		.key = "qcom,max-hq-mbs-per-frame",
		.value = 8160,
		.value = 8160,/* ((1920x1088)/256) */
	},
	{
		.key = "qcom,max-hq-frames-per-sec",
		.value = 60,
		.key = "qcom,qcom,max-hq-mbs-per-sec",
		.value = 244800,/* ((1920x1088)/256) MBs@30fps */
	},
	{
		.key = "qcom,max-b-frame-size",
		.value = 8160,
		.key = "qcom,max-b-frame-mbs-per-frame",
		.value = 8160,/* ((1920x1088)/256) */
	},
	{
		.key = "qcom,max-b-frames-per-sec",
		.value = 60,
		.key = "qcom,max-b-frame-mbs-per-sec",
		.value = 244800,/* ((1920x1088)/256) MBs@30fps */
	},
	{
		.key = "qcom,power-collapse-delay",
@@ -333,23 +334,23 @@ static struct msm_vidc_common_data lito_common_data_v1[] = {
	},
	{
		.key = "qcom,max-hw-load",
		.value = 1281600,/* 4k@30 Decode + 1080p@30 Encode */
		.value = 1281600,/* 4K@30 decode + 1080@30 encode */
	},
	{
		.key = "qcom,max-hq-mbs-per-frame",
		.value = 8160,
		.value = 8160,/* ((1920x1088)/256) */
	},
	{
		.key = "qcom,max-hq-frames-per-sec",
		.value = 60,
		.key = "qcom,qcom,max-hq-mbs-per-sec",
		.value = 244800,/* ((1920x1088)/256) MBs@30fps */
	},
	{
		.key = "qcom,max-b-frame-size",
		.value = 8160,
		.key = "qcom,max-b-frame-mbs-per-frame",
		.value = 8160,/* ((1920x1088)/256) */
	},
	{
		.key = "qcom,max-b-frames-per-sec",
		.value = 60,
		.key = "qcom,max-b-frame-mbs-per-sec",
		.value = 244800,/* ((1920x1088)/256) MBs@30fps */
	},
	{
		.key = "qcom,power-collapse-delay",