ARM: dts: msm: Defer regulator disable for msm8937 GPU SMMU
IOMMU driver takes vote on regulator for every unmap, attach or
detach call and removes it once done.
This is an overhead if GPU is in power collapse mode and huge
number of unmap calls are pending from a given context. It would
end up in turning ON/OFF the regulator those many times.
To optimize this, do a deferred regulator disable about 80ms so that
all subsequent requests to regulator enable will be just refcounted.
Change-Id: I3618b5fc5724cbb49ea6ada991e0d90093ced20f
Signed-off-by:
Sunil Khatri <sunilkh@codeaurora.org>
Loading
Please register or sign in to comment