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

2019-04-25 Thread Philipp Zabel
On Wed, 2019-04-17 at 15:50 +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 regards

[PATCH v2 5/8] drm/etnaviv: split out starting of FE idle loop

2019-04-17 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 --- drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 26 -- 1 file changed, 16