commit | a7d3c9509b2fecf8e593f3c933ab302cbe987d2e | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Fri May 30 14:47:38 2014 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Mon Jun 02 07:36:11 2014 -0400 |
tree | 7713d6f2e17c96c442cd7a162dd66f526f71da93 | |
parent | fb27b8f29f60b8799df1aa60cd9647d56d62810e [diff] |
drm/msm: add rd logging debugfs To ease debugging, add debugfs file which can be cat/tail'd to log submits, along with fence #. If GPU hangs, you can look at 'gpu' debugfs file to find last completed fence and current register state, and compare with logged rd file to narrow down the DRAW_INDX which triggered the GPU hang. Signed-off-by: Rob Clark <robdclark@gmail.com>