commit | df42beae184b45435f617c6bcecd7af56fd758d9 | [log] [tgz] |
---|---|---|
author | Naseer Ahmed <naseer@codeaurora.org> | Fri Jun 17 15:25:00 2016 -0400 |
committer | Naseer Ahmed <naseer@codeaurora.org> | Fri Jun 17 18:50:01 2016 -0400 |
tree | 8b099c05a393d213d9f1ff311afb76b322633b60 | |
parent | 8d5929f15a5dc72d8418df6aac0849a190e1a12a [diff] |
hwc2: Always set the retire fence in present() When an empty layer set is received in HWC, the flush_ flag is set. In this case the retire fence in that present call in not set even though the present ends successfully. Also, in the flush_ case, set the stored retire fence to -1 as we don't get one from the driver. Change-Id: I7953878e7f5c95557c6cf7d70f7b41bc1696d1da CRs-Fixed: 1030993