commit | 541de4c9c953438b677c31072e7762115ac11299 | [log] [tgz] |
---|---|---|
author | Archit Taneja <architt@codeaurora.org> | Fri Jul 28 16:17:08 2017 +0530 |
committer | Rob Clark <robdclark@gmail.com> | Tue Aug 01 19:20:13 2017 -0400 |
tree | 924c860581fe9f3fcfaab7da7dbcf661e5f78397 | |
parent | cdbc78ba702650b02b9e3e957dbaa725423bdf1e [diff] |
drm/msm/adreno: Prevent unclocked access when retrieving timestamps msm_gpu's get_timestamp() op (called by the MSM_GET_PARAM ioctl) can result in register accesses. We need our power domain and clocks to be active for that. Make sure they are enabled here. Signed-off-by: Archit Taneja <architt@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>