]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
media: venus: Fix MSM8998 frequency table
authorKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Sat, 31 May 2025 12:22:00 +0000 (14:22 +0200)
committerHans Verkuil <hverkuil@xs4all.nl>
Thu, 3 Jul 2025 09:02:43 +0000 (11:02 +0200)
Fill in the correct data for the production SKU.

Fixes: 193b3dac29a4 ("media: venus: add msm8998 support")
Cc: stable@vger.kernel.org
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Vikash Garodia <quic_vgarodia@quicinc.com>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Bryan O'Donoghue <bod@kernel.org>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/platform/qcom/venus/core.c

index 5bd99d0aafe4d7e8c1a9b7cc6e516a806bc97831..4c049c694d9c43845c4c0eb51e260808dc9136ac 100644 (file)
@@ -709,11 +709,11 @@ static const struct venus_resources msm8996_res = {
 };
 
 static const struct freq_tbl msm8998_freq_table[] = {
-       { 1944000, 465000000 }, /* 4k UHD @ 60 (decode only) */
-       {  972000, 465000000 }, /* 4k UHD @ 30 */
-       {  489600, 360000000 }, /* 1080p @ 60 */
-       {  244800, 186000000 }, /* 1080p @ 30 */
-       {  108000, 100000000 }, /* 720p @ 30 */
+       { 1728000, 533000000 }, /* 4k UHD @ 60 (decode only) */
+       { 1036800, 444000000 }, /* 2k @ 120 */
+       {  829440, 355200000 }, /* 4k @ 44 */
+       {  489600, 269330000 },/* 4k @ 30 */
+       {  108000, 200000000 }, /* 1080p @ 60 */
 };
 
 static const struct reg_val msm8998_reg_preset[] = {