commit | 62af9551c90cde9107a3a705e1b495901bcb88f9 | [log] [tgz] |
---|---|---|
author | Jesse Hall <jessehall@google.com> | Mon Nov 19 10:53:26 2012 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Feb 07 22:01:19 2013 +0000 |
tree | 70a0ff5a1728f3afd3769b5b22e69daa3ff3d55f | |
parent | 190fd9aecae650ace2213fdb17a647b2f5a4aa5f [diff] |
Process all display events in order Display events in each batch received from IPC were being processed in reverse order, and stopped after the first vsync event (latest chronologically) was handled. This makes perfect sense for vsync events, but is broken for hotplug events. Now we process them all in order, handling all except vsync as we see them. For vsync events, only the last is reported. Bug: 7491120 Change-Id: I448d139d21dc27128d75ca1d661de666fff51bcb