Marc Gonzalez
b4825f5d21
clk: qcom: mmcc-msm8998: fix venus clock issue
...
[ Upstream commit e20ae5ae9f0c843aded4f06f3d1cab7384789e92 ]
Right now, msm8998 video decoder (venus) is non-functional:
$ time mpv --hwdec=v4l2m2m-copy --vd-lavc-software-fallback=no --vo=null --no-audio --untimed --length=30 --quiet demo-480.webm
(+) Video --vid=1 (*) (vp9 854x480 29.970fps)
Audio --aid=1 --alang=eng (*) (opus 2ch 48000Hz)
[ffmpeg/video] vp9_v4l2m2m: output VIDIOC_REQBUFS failed: Connection timed out
[ffmpeg/video] vp9_v4l2m2m: no v4l2 output context's buffers
[ffmpeg/video] vp9_v4l2m2m: can't configure decoder
Could not open codec.
Software decoding fallback is disabled.
Exiting... (Quit)
Bryan O'Donoghue suggested the proper fix:
- Set required register offsets in venus GDSC structs.
- Set HW_CTRL flag.
$ time mpv --hwdec=v4l2m2m-copy --vd-lavc-software-fallback=no --vo=null --no-audio --untimed --length=30 --quiet demo-480.webm
(+) Video --vid=1 (*) (vp9 854x480 29.970fps)
Audio --aid=1 --alang=eng (*) (opus 2ch 48000Hz)
[ffmpeg/video] vp9_v4l2m2m: VIDIOC_G_FMT ioctl
[ffmpeg/video] vp9_v4l2m2m: VIDIOC_G_FMT ioctl
...
Using hardware decoding (v4l2m2m-copy).
VO: [null] 854x480 nv12
Exiting... (End of file)
real 0m3.315s
user 0m1.277s
sys 0m0.453s
NOTES:
GDSC = Globally Distributed Switch Controller
Use same code as mmcc-msm8996 with:
s/venus_gdsc/video_top_gdsc/
s/venus_core0_gdsc/video_subcore0_gdsc/
s/venus_core1_gdsc/video_subcore1_gdsc/
https://git.codelinaro.org/clo/la/kernel/msm-4.4/-/blob/caf_migration/kernel.lnx.4.4.r38-rel/include/dt-bindings/clock/msm-clocks-hwio-8996.h
https://git.codelinaro.org/clo/la/kernel/msm-4.4/-/blob/caf_migration/kernel.lnx.4.4.r38-rel/include/dt-bindings/clock/msm-clocks-hwio-8998.h
0x1024 = MMSS_VIDEO GDSCR (undocumented)
0x1028 = MMSS_VIDEO_CORE_CBCR
0x1030 = MMSS_VIDEO_AHB_CBCR
0x1034 = MMSS_VIDEO_AXI_CBCR
0x1038 = MMSS_VIDEO_MAXI_CBCR
0x1040 = MMSS_VIDEO_SUBCORE0 GDSCR (undocumented)
0x1044 = MMSS_VIDEO_SUBCORE1 GDSCR (undocumented)
0x1048 = MMSS_VIDEO_SUBCORE0_CBCR
0x104c = MMSS_VIDEO_SUBCORE1_CBCR
Fixes: d14b15b5931c2b ("clk: qcom: Add MSM8998 Multimedia Clock Controller (MMCC) driver")
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Marc Gonzalez <mgonzalez@freebox.fr>
Reviewed-by: Jeffrey Hugo <quic_jhugo@quicinc.com>
Link: https://lore.kernel.org/r/ff4e2e34-a677-4c39-8c29-83655c5512ae@freebox.fr
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-06-12 11:03:29 +02:00
..
2021-04-09 11:20:52 -07:00
2022-09-13 16:49:15 -05:00
2021-08-05 18:52:11 -07:00
2021-06-01 16:34:02 -07:00
2022-09-26 21:40:10 -05:00
2022-09-26 21:40:11 -05:00
2023-09-19 12:27:56 +02:00
2021-10-13 15:32:29 -07:00
2022-06-30 18:34:54 -05:00
2022-06-30 18:34:55 -05:00
2022-07-06 15:20:59 -05:00
2022-09-27 22:25:57 -05:00
2022-09-27 22:25:57 -05:00
2022-09-26 11:12:45 -05:00
2022-06-27 15:41:37 -05:00
2022-12-31 13:32:21 +01:00
2022-06-27 15:41:37 -05:00
2023-11-20 11:51:55 +01:00
2022-03-08 16:19:31 -06:00
2022-09-26 21:40:10 -05:00
2022-05-23 12:26:13 -05:00
2022-05-23 12:26:13 -05:00
2022-06-25 21:36:07 -05:00
2022-06-25 21:36:07 -05:00
2021-02-10 19:42:51 -08:00
2020-10-28 16:34:44 -07:00
2022-07-18 19:13:27 -05:00
2022-09-27 11:40:29 -05:00
2022-09-27 12:07:17 -05:00
2021-12-02 15:07:34 -08:00
2021-12-02 15:07:34 -08:00
2023-07-19 16:21:51 +02:00
2022-02-24 16:22:11 -08:00
2022-02-24 16:22:11 -08:00
2024-03-26 18:20:49 -04:00
2022-09-26 22:17:13 -05:00
2022-03-09 08:53:30 -06:00
2024-06-12 11:03:29 +02:00
2022-07-18 16:35:03 -05:00
2024-06-12 11:03:29 +02:00
2022-12-31 13:32:08 +01:00
2021-02-11 11:56:05 -08:00
2024-04-03 15:19:29 +02:00
2024-04-03 15:19:29 +02:00
2021-06-27 17:04:48 -07:00
2023-09-19 12:27:57 +02:00
2022-10-14 13:39:09 -07:00
2022-09-13 22:07:25 -05:00
2022-08-29 15:42:54 -05:00
2022-09-29 11:42:12 -05:00
2021-10-07 18:24:40 -07:00
2022-09-13 21:58:34 -05:00
2021-06-27 17:00:50 -07:00
2022-05-05 22:22:27 -05:00
2022-07-18 21:40:36 -05:00
2023-11-20 11:51:55 +01:00
2022-04-19 12:05:14 -05:00
2023-07-19 16:21:49 +02:00
2019-12-18 22:07:52 -08:00
2023-09-13 09:42:45 +02:00
2022-10-27 17:23:29 -07:00
2021-04-07 17:25:52 -07:00
2023-09-13 09:42:45 +02:00
2022-08-29 15:55:57 -05:00
2024-04-03 15:19:24 +02:00
2021-04-07 17:22:54 -07:00
2021-12-16 13:17:22 -06:00
2023-05-11 23:03:34 +09:00
2022-03-15 15:48:38 -07:00
2023-09-13 09:42:46 +02:00
2022-10-04 10:24:26 -07:00
2023-11-20 11:51:55 +01:00
2023-09-13 09:42:46 +02:00
2023-05-11 23:03:35 +09:00
2023-09-13 09:42:47 +02:00
2022-11-04 11:53:49 -07:00
2022-11-04 11:53:49 -07:00
2021-09-14 14:40:33 -07:00
2021-04-07 17:22:51 -07:00
2022-10-27 17:23:29 -07:00
2022-09-27 12:07:30 -05:00
2022-02-10 18:33:30 -06:00
2021-04-07 17:22:53 -07:00
2023-09-13 09:42:45 +02:00
2024-01-25 15:27:34 -08:00
2021-04-07 17:22:54 -07:00
2022-07-16 21:35:55 -05:00
2019-12-18 22:07:52 -08:00
2023-11-20 11:51:57 +01:00
2022-10-03 20:50:22 -07:00
2022-06-27 15:41:37 -05:00
2022-09-26 11:18:56 -05:00
2022-09-13 21:58:34 -05:00
2021-08-26 11:28:11 -07:00
2023-05-11 23:03:34 +09:00
2023-09-19 12:27:57 +02:00
2021-12-20 23:14:50 -06:00
2022-12-31 13:32:21 +01:00
2022-09-13 09:48:30 -05:00
2022-09-27 22:25:57 -05:00
2024-04-03 15:19:29 +02:00
2022-09-13 21:58:35 -05:00
2024-04-03 15:19:29 +02:00
2021-08-26 11:58:17 -07:00
2022-06-25 15:18:15 -05:00
2024-06-12 11:03:29 +02:00
2021-10-13 15:20:24 -07:00
2023-09-19 12:27:57 +02:00
2023-09-19 12:27:57 +02:00
2024-03-26 18:20:47 -04:00
2023-07-19 16:21:51 +02:00
2023-09-19 12:27:56 +02:00
2022-02-10 18:33:31 -06:00
2021-07-20 13:46:32 -07:00
2021-04-07 17:22:53 -07:00
2024-01-25 15:27:36 -08:00
2022-07-18 16:35:03 -05:00