[PATCH v2 2/2] drm/etnaviv: print MMU exception cause

2022-12-01 Thread Lucas Stach
From: Christian Gmeiner The MMU tells us the fault status. While the raw register value is already printed, it's a bit more user friendly to translate the fault reasons into human readable format. Signed-off-by: Christian Gmeiner Signed-off-by: Lucas Stach --- drivers/gpu/drm/etnaviv/etnaviv_

Re: [PATCH v2 2/2] drm/etnaviv: print MMU exception cause

2019-09-13 Thread Lucas Stach
On Fr, 2019-09-13 at 07:50 +0200, Christian Gmeiner wrote: > Might be useful when debugging MMU exceptions. > > Changes in V2: > - Use a static array of string for error message as suggested >by Lucas Stach. Please move those changelogs below the 3 dashes, so they don't end up in the commit

[PATCH v2 2/2] drm/etnaviv: print MMU exception cause

2019-09-12 Thread Christian Gmeiner
Might be useful when debugging MMU exceptions. Changes in V2: - Use a static array of string for error message as suggested by Lucas Stach. Signed-off-by: Christian Gmeiner --- drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers