Commit d24f8002 authored by Stanimir Varbanov's avatar Stanimir Varbanov Committed by Mauro Carvalho Chehab
Browse files

media: venus: core: correct frequency table for sdm845



This corrects clock frequency table rates to be in sync
with video clock controller frequency table.

Reviewed-by: default avatarAlexandre Courbot <acourbot@chromium.org>
Tested-by: default avatarAlexandre Courbot <acourbot@chromium.org>
Signed-off-by: default avatarStanimir Varbanov <stanimir.varbanov@linaro.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent de5a0baf
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -465,10 +465,12 @@ static const struct venus_resources msm8996_res = {
};

static const struct freq_tbl sdm845_freq_table[] = {
	{ 1944000, 380000000 },	/* 4k UHD @ 60 */
	{  972000, 320000000 },	/* 4k UHD @ 30 */
	{  489600, 200000000 },	/* 1080p @ 60 */
	{  244800, 100000000 },	/* 1080p @ 30 */
	{ 3110400, 533000000 },	/* 4096x2160@90 */
	{ 2073600, 444000000 },	/* 4096x2160@60 */
	{ 1944000, 404000000 },	/* 3840x2160@60 */
	{  972000, 330000000 },	/* 3840x2160@30 */
	{  489600, 200000000 },	/* 1920x1080@60 */
	{  244800, 100000000 },	/* 1920x1080@30 */
};

static const struct venus_resources sdm845_res = {