commit | 18b2e19861a624a916fac666f53f1e0ae2adfeb7 | [log] [tgz] |
---|---|---|
author | Shubhraprakash Das <sadas@codeaurora.org> | Wed May 01 14:29:43 2013 -0700 |
committer | Shubhraprakash Das <sadas@codeaurora.org> | Wed May 08 13:58:56 2013 -0700 |
tree | 240b4c50acbe1188f70cc9a709d5adc3eb6ca631 | |
parent | 4dc55fd740d82c192d32de75a24d6a0f59b75d66 [diff] |
msm: kgsl: Use CPU path to program pagetable when active count is 0 When active count is 0 then we should use the CPU path to program pagetables because the GPU path requires event registration. Events can only be queued when active count is valid. Hence, if the active count is NULL then use the CPU path. Change-Id: I70f5894d20796bdc0f592db7dc2731195c0f7a82 CRs-fixed: 481887 Signed-off-by: Shubhrapralash Das <sadas@codeaurora.org>