Re: [PATCH v3 6/8] drm/etnaviv: split out starting of FE idle loop

2019-08-13 Thread Guido Günther
Hi, On Fri, Aug 09, 2019 at 02:04:22PM +0200, Lucas Stach wrote: > Move buffer setup and starting of the FE loop in the kernel ringbuffer > into a separate function. This is a preparation to start the FE later > in the submit process. > > Signed-off-by: Lucas Stach > Reviewed-by: Philipp Zabel

[PATCH v3 6/8] drm/etnaviv: split out starting of FE idle loop

2019-08-09 Thread Lucas Stach
Move buffer setup and starting of the FE loop in the kernel ringbuffer into a separate function. This is a preparation to start the FE later in the submit process. Signed-off-by: Lucas Stach Reviewed-by: Philipp Zabel --- drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 26 -- 1