commit | 48dc4241c9cd62bfbe33625e669e21d7081d35fa | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@chromium.org> | Tue Apr 16 16:13:28 2019 -0700 |
committer | Rob Clark <robdclark@chromium.org> | Fri Apr 19 11:50:00 2019 -0700 |
tree | e6406acd799be59e50bc0b37af6fe5f18718ab23 | |
parent | d674c963af7470b6394b4b7f98cf2716b3a757d7 [diff] |
drm/msm: add param to retrieve # of GPU faults (global) For KHR_robustness, userspace wants to know two things, the count of GPU faults globally, and the count of faults attributed to a given context. This patch providees the former, and the next patch provides the latter. Signed-off-by: Rob Clark <robdclark@chromium.org> Reviewed-by: Jordan Crouse <jcrouse@codeaurora.org>