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

Commit 83b35fa1 authored by Priyanka Gujjula's avatar Priyanka Gujjula
Browse files

msm: vidc: Update offset for yupik FMAX fuse



Update offset from 14 to 21 for yupik fmax fuse.
IRIS_PLL_FMAX: Limits the enc/dec capability to
4k@30.

Change-Id: I60dc110e85a5aa7d4427424b401b759e49d345ac
Signed-off-by: default avatarPriyanka Gujjula <pgujjula@codeaurora.org>
parent 0dee8c8f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1972,8 +1972,8 @@ static struct msm_vidc_common_data holi_common_data[] = {
};

static struct msm_vidc_efuse_data yupik_efuse_data[] = {
	/* IRIS_4K60_FMAX_LIMIT_EFUSE - max 4K@60 */
	EFUSE_ENTRY(0x007801E8, 4, 0x00004000, 0x0E, SKU_VERSION),
	/* IRIS_PLL_FMAX - max 4K@30 */
	EFUSE_ENTRY(0x007801E8, 4, 0x00200000, 0x15, SKU_VERSION),
};

static struct msm_vidc_efuse_data shima_efuse_data[] = {