diff options
author | Gowtham Tammana | 2017-01-17 18:32:06 -0600 |
---|---|---|
committer | Praneeth Bajjuri | 2017-01-17 18:57:43 -0600 |
commit | 650c997d91c197e6ea1f28b8ec09ecbb7e1b6af4 (patch) | |
tree | 09c06375feb23b3766cf4c8964492e3e5859775e | |
parent | 80bee8be5c74fc57274e31a21df0dfd1ceec05d7 (diff) | |
download | device-ti-am57xevm-650c997d91c197e6ea1f28b8ec09ecbb7e1b6af4.tar.gz device-ti-am57xevm-650c997d91c197e6ea1f28b8ec09ecbb7e1b6af4.tar.xz device-ti-am57xevm-650c997d91c197e6ea1f28b8ec09ecbb7e1b6af4.zip |
add vsync offsets
Add vsync offsets for the sw vsync used by DispSync in the
SurfaceFlinger framework. Initial offsets are based of on
hammerhead device.
Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
[move to am57xevm]
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Change-Id: Ib82be7fc269c2c30838f51e41bac7c662958658f
-rw-r--r-- | BoardConfig.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index f06ba3b..2e3f8c8 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk | |||
@@ -80,3 +80,7 @@ BOARD_SEPOLICY_DIRS := device/ti/am57xevm/sepolicy | |||
80 | # lidbrm driver | 80 | # lidbrm driver |
81 | BOARD_GPU_DRIVERS := omapdrm | 81 | BOARD_GPU_DRIVERS := omapdrm |
82 | 82 | ||
83 | # DispSync vsync offsets in nanoseconds | ||
84 | VSYNC_EVENT_PHASE_OFFSET_NS := 7500000 | ||
85 | SF_VSYNC_EVENT_PHASE_OFFSET_NS := 5000000 | ||
86 | |||