On Mon, 20 Jul 2026 16:44:26 +0800, Linmao Li wrote:
> The BO cache timer callback schedules time_work, and time_work can rearm
> the timer through vc4_bo_cache_free_old().
> 
> vc4_bo_cache_destroy() deletes the timer and then cancels the work, which
> does not break that cycle: the work being cancelled can rearm the timer,
> and the timer then queues work again after teardown.
> 
> [...]

Applied, thanks!

[1/1] drm/vc4: Shut down BO cache timer before teardown
      commit: 6273dd3ffb54ec581855b82ae77331b66028249c

Best regards,
- Maíra

Reply via email to