Skip to content

Commit 9e8a0dd

Browse files
quic-kdybciogregkh
authored andcommitted
media: venus: Fix MSM8998 frequency table
commit ee3b94f upstream. Fill in the correct data for the production SKU. Fixes: 193b3da ("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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent f0cbd93 commit 9e8a0dd

File tree

1 file changed

+5
-5
lines changed
  • drivers/media/platform/qcom/venus

1 file changed

+5
-5
lines changed

drivers/media/platform/qcom/venus/core.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -709,11 +709,11 @@ static const struct venus_resources msm8996_res = {
709709
};
710710

711711
static const struct freq_tbl msm8998_freq_table[] = {
712-
{ 1944000, 465000000 }, /* 4k UHD @ 60 (decode only) */
713-
{ 972000, 465000000 }, /* 4k UHD @ 30 */
714-
{ 489600, 360000000 }, /* 1080p @ 60 */
715-
{ 244800, 186000000 }, /* 1080p @ 30 */
716-
{ 108000, 100000000 }, /* 720p @ 30 */
712+
{ 1728000, 533000000 }, /* 4k UHD @ 60 (decode only) */
713+
{ 1036800, 444000000 }, /* 2k @ 120 */
714+
{ 829440, 355200000 }, /* 4k @ 44 */
715+
{ 489600, 269330000 },/* 4k @ 30 */
716+
{ 108000, 200000000 }, /* 1080p @ 60 */
717717
};
718718

719719
static const struct reg_val msm8998_reg_preset[] = {

0 commit comments

Comments
 (0)