Re: [PATCH 1/2] drm/etnaviv: move idle mapping reaping into separate function

2022-08-24 Thread Guido Günther
Hi, On Thu, Jul 14, 2022 at 12:31:42PM +0200, Lucas Stach wrote: > The same logic is already used in two different places and now > it will also be needed outside of the compilation unit, so split > it into a separate function. > > Cc: sta...@vger.kernel.org # 5.19 > Signed-off-by: Lucas Stach >

[PATCH 1/2] drm/etnaviv: move idle mapping reaping into separate function

2022-07-14 Thread Lucas Stach
The same logic is already used in two different places and now it will also be needed outside of the compilation unit, so split it into a separate function. Cc: sta...@vger.kernel.org # 5.19 Signed-off-by: Lucas Stach --- drivers/gpu/drm/etnaviv/etnaviv_mmu.c | 23 +++ driver