mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-19 02:48:07 +02:00
Replay command stream obtained from: - /sys/kernel/debug/dri/0/rd - /sys/kernel/debug/dri/0/hangrd !!! Command stream capture should be done with ALL buffers: - echo 1 > /sys/module/msm/parameters/rd_full Requires kernel with MSM_INFO_SET_IOVA support. This tool is intended for reproduction of various GPU issues: - GPU hangs, note that command stream obtained from hangrd may not reproduce (rarely) the hang, since the buffers are snapshotted at the moment of the hang and not at the start of the hanging command stream. - TODO: Misrendering, would require marking framebuffer images at each renderpass in order to fetch and decode them. Code from Freedreno/Turnip is not re-used here since the relevant pieces may introduce additional allocations which cannot be allowed during the replay. Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19171> |
||
|---|---|---|
| .. | ||
| scripts | ||
| buffers.c | ||
| buffers.h | ||
| cffdec.c | ||
| cffdec.h | ||
| cffdump.c | ||
| crashdec-hfi.c | ||
| crashdec-mempool.c | ||
| crashdec.c | ||
| crashdec.h | ||
| io.c | ||
| io.h | ||
| meson.build | ||
| pager.c | ||
| pager.h | ||
| pgmdump.c | ||
| pgmdump2.c | ||
| redump.h | ||
| replay.c | ||
| rnnutil.c | ||
| rnnutil.h | ||
| script.c | ||
| script.h | ||
| util.h | ||