Re: [PATCH 2/8] drm/etnaviv: free events the usual way in recover worker

2023-06-14 Thread Christian Gmeiner
Hi Lucas > > Clearing the whole bitmap at once is only a minor optimization in > a path that should be extremely cold. Free the events by calling > event_free() instead of directly manipulating the completion count > and event bitmap. > > Signed-off-by: Lucas Stach Reviewed-by: Christian

[PATCH 2/8] drm/etnaviv: free events the usual way in recover worker

2023-06-07 Thread Lucas Stach
Clearing the whole bitmap at once is only a minor optimization in a path that should be extremely cold. Free the events by calling event_free() instead of directly manipulating the completion count and event bitmap. Signed-off-by: Lucas Stach --- drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 3 +-- 1