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: Alexandre Courbot <acourbot@chromium.org>
Tested-by: Alexandre Courbot <acourbot@chromium.org>
Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
Stanimir Varbanov 2018-12-06 14:00:15 -02:00 committed by Mauro Carvalho Chehab
parent de5a0bafcf
commit d24f800247

View File

@ -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 = {