commit | bf9687200b7d89e2c23d8ba996ca929c9f54c098 | [log] [tgz] |
---|---|---|
author | Hareesh Gundu <hareeshg@codeaurora.org> | Wed Sep 06 18:33:29 2017 +0530 |
committer | Lynus Vaz <lvaz@codeaurora.org> | Mon Sep 25 16:38:29 2017 +0530 |
tree | 10dea4e41bc6a7aa47a629acf0702b5ea6fd8b77 | |
parent | 72f43fe6a8d8bde17fee5b592c122e8639c85d08 [diff] |
msm: kgsl: Fix gpu fault issue while enabling stall on page fault Stall on page fault feature is supported on A5XX and later GPUs. Enabling this feature on unsupported GPUs causes GPU faults. So don't insert GPU stall related commands in ringbuffer if not supported. But allow user to capture the GPU snapshot on GPU page fault. Change-Id: Ied26a5b4f44c1877b289a0ff5c0a6d47901e453d Signed-off-by: Hareesh Gundu <hareeshg@codeaurora.org>