Searched hist:"20 faf2005ec85fa1a6acc9a74ff27de667f90576" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_dump.c | diff 20faf2005ec85fa1a6acc9a74ff27de667f90576 Fri Apr 14 16:38:10 CEST 2023 Lucas Stach <l.stach@pengutronix.de> drm/etnaviv: fix dumping of active MMU context
gpu->mmu_context is the MMU context of the last job in the HW queue, which isn't necessarily the same as the context from the bad job. Dump the MMU context from the scheduler determined bad submit to make it work as intended.
Fixes: 17e4660ae3d7 ("drm/etnaviv: implement per-process address spaces on MMUv2") Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
|