commit | 6a74d89069d7033d693924c0453795365b8d1d27 | [log] [tgz] |
---|---|---|
author | Ping Li <pingli@codeaurora.org> | Wed May 02 15:54:58 2018 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu May 24 10:05:47 2018 -0700 |
tree | 3d9f1a3f2ab8a2515de3414aef5812495c912c18 | |
parent | 062a7a425b6b72af9bfbc510b24c241acaea8991 [diff] |
sdm: Add API for SR and PU control from Dpps In current design, Dpps uses binder calls to trigger screen refresh and control partial update state. Binder calls can introduce delays if CPU is heavily loaded. Recent change that moved Dpps into SDM allows optimization to avoid the binder call route. This change adds an API for Dpps to trigger screen refresh and set partial update directly without binder call. CRs-Fixed: 2242446 Change-Id: I45d3e799766f61812593dced8e68c03ea909b1c6