drm/etnaviv: mark whole context as lost in recover worker
authorLucas Stach <l.stach@pengutronix.de>
Thu, 15 Sep 2016 10:57:32 +0000 (12:57 +0200)
committerLucas Stach <l.stach@pengutronix.de>
Thu, 15 Sep 2016 13:29:46 +0000 (15:29 +0200)
commit1b94a9b7d2dc26ddfd66b0d9c4533040a78cc394
treeffc9b52e9b4d01675bb625d7cee082d16123fe69
parent06225487ae9e482079f1a7ab4da6dcf03dbe8c2c
drm/etnaviv: mark whole context as lost in recover worker

If we reset the GPU to get it back into a usable state we lose
all context, not just the MMU one. Mark the whole context as
lost to trigger a restore of the exec and MMU state.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
drivers/gpu/drm/etnaviv/etnaviv_gpu.c