<dj-death>
whereas previous one, I can the twitter page hanging every 2s
<austriancoder>
k
<austriancoder>
soo.. bed is calling - sorry
<dj-death>
no worries
<dj-death>
have a good one
Southern_Gentlem has joined #etnaviv
Southern_Gentlem has quit [Remote host closed the connection]
<marex>
dj-death: did you get it going ?
<marex>
dj-death: btw which soc are you using ?
<marex>
dj-death: btw no, you cannot run the command manually ; the way it works is that when there is MMU fault (and note , only the first one triggers (!) ), the kernel creates sysfs file and udev rule triggers on that, the udev rule runs a script which stores the sysfs file content in a filesystem , and then you can analyze the dump with aforementioned tools
<marex>
see linux drivers/gpu/drm/etnaviv/etnaviv_dump.c ~line 120, there you can hack out of the trigger on first event only
<marex>
+ /* Only catch the first event, or when manually re-armed */
<marex>
+- if (!etnaviv_dump_core)
<marex>
+- etnaviv_dump_core = false;
<marex>
++/* if (!etnaviv_dump_core)
<marex>
+ return;
<marex>
++ etnaviv_dump_core = false;*/
<marex>
this ^
<marex>
then the udev rule triggers on every MMU fault (which might be a bit problematic if you get too many of those)
Azrael_- has joined #etnaviv
Azrael_- has quit [Remote host closed the connection]
pcercuei_ has quit []
boubou19 has joined #etnaviv
dos1 has quit [Quit: Kabum!]
dos11 has joined #etnaviv
dos11 has quit [Remote host closed the connection]