Comment # 43
on bug 78453
from Christian König
The hang caused by eglinfo is probably just because we try to clear a buffer on init using hw accel or something like this. Here are a couple of tips how to further narrow it down: 1. Don't work on the system you are trying to debug. Use another system and access the box with the hardware over the network or even better with a serial cable. 2. Add radeon.lockup_timeout=0 to the kernel commandline. This will disable recovery after the first lockup. It doesn't make sense to try to debug all lockups at the same time, we probably got more than one problem to solve. 3. After the system crashed take a look at the debugfs files under /sys/kernel/debug/dri/0/, especially radeon_fence_info. If you lockup the GPU does this always happen at the same command submitted? E.g. if you try twice do you always get the same fence value? Or is this random?
You are receiving this mail because:
- You are the assignee for the bug.
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel