commit | e515af8d4a6f18f96c360724568a7497868101a8 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@chromium.org> | Tue Feb 18 13:20:12 2020 -0800 |
committer | Rob Clark <robdclark@chromium.org> | Thu Mar 19 12:18:44 2020 -0700 |
tree | 55bf3f0158d9d095d16219751d72a52f02af1077 | |
parent | 0478b4fc5f37f4d494245fe7bcce3f531cf380e9 [diff] |
drm/msm: devcoredump should dump MSM_SUBMIT_BO_DUMP buffers Also log buffers with the DUMP flag set, to ensure we capture all useful cmdstream in crashdump state with modern mesa. Otherwise we miss out on the contents of "state object" cmdstream buffers. v2: add missing 'inline' Signed-off-by: Rob Clark <robdclark@chromium.org> Reviewed-by: Jordan Crouse <jcrouse@codeaurora.org>