]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerLucas Stach <l.stach@pengutronix.de>
Thu, 16 Sep 2021 08:35:11 +0000 (10:35 +0200)
commitcda7532916f7bc860b36a1806cb8352e6f63dacb
tree6415510b127bc8d5128a129ad46a3e289b3da75e
parent78edefc05e41352099ffb8f06f8d9b2d091e29cd
drm/etnaviv: put submit prev MMU context when it exists

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>
drivers/gpu/drm/etnaviv/etnaviv_gpu.c