drm/etnaviv: put submit prev MMU context when it exists
authorLucas Stach <l.stach@pengutronix.de>
Fri, 20 Aug 2021 20:18:24 +0000 (22:18 +0200)
committerDom Cobley <popcornmix@gmail.com>
Thu, 14 Oct 2021 11:32:54 +0000 (12:32 +0100)
commit34d62553e1145597cef75033efc7fbd47a356990
treed2dc17723c16e6802fe29f5ad5b70032b5b4f560
parent4018ec1ea63fe75053d87130583eaa55f6fd70a6
drm/etnaviv: put submit prev MMU context when it exists

commit cda7532916f7bc860b36a1806cb8352e6f63dacb upstream.

The prev context is the MMU context at the time of the job
queueing in hardware. As a job might be queued multiple times
due to recovery after a GPU hang, we need to make sure to put
the stale prev MMU context from a prior queuing, to avoid the
reference and thus the MMU context leaking.

Cc: stable@vger.kernel.org # 5.4
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Tested-by: Michael Walle <michael@walle.cc>
Tested-by: Marek Vasut <marex@denx.de>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/etnaviv/etnaviv_gpu.c