Re: [PATCH 1/8] drm/etnaviv: move down etnaviv_gpu_recover_hang() in file

2023-06-14 Thread Christian Gmeiner
Hi Lucas > > So it can use the event_free function without adding another > forward declaration. No functional change. > > Signed-off-by: Lucas Stach Reviewed-by: Christian Gmeiner > --- > drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 88 +-- > 1 file changed, 44 insertions(

[PATCH 1/8] drm/etnaviv: move down etnaviv_gpu_recover_hang() in file

2023-06-07 Thread Lucas Stach
So it can use the event_free function without adding another forward declaration. No functional change. Signed-off-by: Lucas Stach --- drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 88 +-- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/drivers/gpu/drm/etnaviv/e