linux/drivers/media/platform/aspeed
Jammy Huang e83f8dd668 media: aspeed: Fix dram hang at res-change
Dram hang could happen in the steps below:
1. start capture/compression
2. out-of-lock watchdog raise irq because of res-change.
3. aspeed_video_irq_res_change do clk-off

At step3, capture/compression could be not accomplished yet. If clk-off
in the middle of video operation, dram controller could hang at ast2500.

Use reset rather than clk-off/on to avoid this problem.

Signed-off-by: Jammy Huang <jammy_huang@aspeedtech.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
2026-01-13 13:10:07 +01:00
..
aspeed-video.c media: aspeed: Fix dram hang at res-change 2026-01-13 13:10:07 +01:00
Kconfig media: Add dependency on ARCH_ASPEED 2022-11-25 11:19:17 +00:00
Makefile