correct the wrong behavior when the sequence value reaches the MAX(4,294,967,295) 77/86677/2
authorBoram Park <boram1288.park@samsung.com>
Fri, 2 Sep 2016 07:47:27 +0000 (16:47 +0900)
committerBoram Park <boram1288.park@samsung.com>
Mon, 5 Sep 2016 00:34:58 +0000 (09:34 +0900)
commita839cbdd816b1153003f16a9a6b3c4ca129b1602
treee36391e52a2f039edb1c6dad4bf14a74ff272b5a
parent412e9698d51d36edb5390c391ce73d54f2beb3ad
correct the wrong behavior when the sequence value reaches the MAX(4,294,967,295)

- The sequence value of tdm client vblank will start 1 always.
- When the sequence reaches MAX, then it will become 0 at the next vblank.

Change-Id: Ie66cf5ac717246e309e6e2d86eb5c0b1fc2e71c7
client/tdm_client.h
src/tdm_vblank.c