Skip to content
Commit 541de4c9 authored by Archit Taneja's avatar Archit Taneja Committed by Rob Clark
Browse files

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: default avatarArchit Taneja <architt@codeaurora.org>
Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
parent cdbc78ba
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment