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

Reviewed-by: Alexandre Courbot <[email protected]>
Tested-by: Alexandre Courbot <[email protected]>
Signed-off-by: Stanimir Varbanov <[email protected]>
---
 drivers/media/platform/qcom/venus/core.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/drivers/media/platform/qcom/venus/core.c 
b/drivers/media/platform/qcom/venus/core.c
index d95185ea32c3..739366744e0f 100644
--- a/drivers/media/platform/qcom/venus/core.c
+++ b/drivers/media/platform/qcom/venus/core.c
@@ -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 = {
-- 
2.17.1

Reply via email to