summaryrefslogtreecommitdiffstats
path: root/common/observers/SoftVsyncObserver.h
Commit message (Collapse)AuthorAgeFilesLines
* Moving Moorefield HWComposer in dedicated directoryGuilhem IMBERTON2015-04-091-59/+0
| | | | | | | | | | | | Fugu HWComposer has been widely modified to fit HDMI only. The current version does not support Marvin product based on Merrifield platform. We are moving both HWComposer to dedicated folders as a first integration step. Merge will happen later. Change-Id: Iebe90a7bd95c017eca63310fd23b32d53dfccb72 Signed-off-by: Guilhem IMBERTON <guilhem.imberton@intel.com>
* Change license headers to ApacheProdyut Hazarika2014-07-231-26/+14
| | | | | | | BZ: 209178 Change-Id: I4933f49129b085ef5a76c28ae4a775cef5b1b636 Signed-off-by: Prodyut Hazarika <prodyut.hazarika@intel.com>
* AOSP: cleanup include paths and warningsThierry Strudel2014-07-161-1/+1
| | | | | | | | | | | | | | BZ: 209178 Include header file from top of module only Move makefiles to top of module Fix all warnings and enable -Werror Change-Id: I6921b41d5512a81aaeb167383b9392efbae275bf Signed-off-by: Thierry Strudel <thierry.strudel@intel.com> Reviewed-on: https://android.intel.com/217843 Reviewed-by: Imberton, Guilhem <guilhem.imberton@intel.com> Tested-by: Imberton, Guilhem <guilhem.imberton@intel.com>
* HWC: check overly plane disable status in DisplayAnalyzerLei Zhang2014-06-191-1/+1
| | | | | | | | | | | | | | BZ:202507 This patch changes overlay plane disable in DisplayAnalyzer to be overlay state check, because now plane disable logic is maintained in driver and HWC only need to query the status if needed. This patch is to solve the scrambled issue for protected video. Change-Id: I3bc01ea90bccc481c853934c1677beb3662820ff Signed-off-by: Lei Zhang <lei.zhang@intel.com> Signed-off-by: Andy Qiu <junhai.qiu@intel.com>
* hwc: fix softvsync thread can't exit when deinitTan Wei2014-04-061-0/+1
| | | | | | | | | | BZ: 183366 softvsync thread won't exit even if its class is destructed. add a flag to support thread exiting. Change-Id: I56fe7c2a8bb73d7ac6ac4f027cbb719247f3885b Signed-off-by: Tan Wei <weix.z.tan@intel.com>
* Change video extended mode behavior and implementation based on new requirementAndy Qiu2014-01-021-0/+70
BZ: 153746 1) video needs to be shown on the primary display if it is not full-screen on any secondary display. 2) input event will turn on primary display in video extended mode, video and all RGB layers are shown on the primary. 3) input event timeout will turn off primary display in video extended mode 4) use HDMI vsync when HDMI is connected 5) use soft vsync when WiDi is in video extended mode Change-Id: I55ac9efb5d6c0a545ab57f48981a9f3f40a36817 Signed-off-by: Andy Qiu <junhai.qiu@intel.com>