[PATCH] drm/etnaviv: move runtime PM balance into retire worker

2016-01-24 Thread Russell King - ARM Linux
On Thu, Jan 21, 2016 at 02:54:03PM +0100, Lucas Stach wrote: > The retire worker is kicked for each fence, either the normal way > by signaling the fence from the event completion interrupt or by > the recover worker if the GPU got stuck. Moving the RPM put into > the retire worker allows us to

[PATCH] drm/etnaviv: move runtime PM balance into retire worker

2016-01-21 Thread Lucas Stach
The retire worker is kicked for each fence, either the normal way by signaling the fence from the event completion interrupt or by the recover worker if the GPU got stuck. Moving the RPM put into the retire worker allows us to have it in a single place for both cases. This also shaves off quite a