commit | 4c3247eaec404d26355b3913300106dc0fa6b991 | [log] [tgz] |
---|---|---|
author | Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> | Fri Mar 03 23:21:44 2017 +0000 |
committer | Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> | Fri Mar 03 23:26:44 2017 +0000 |
tree | e58c7641cd72a732e79b0ed095d1af853eae9d2c | |
parent | 1e7df34b9459f1cd0c7cea288a8f749f4252f0bb [diff] |
v4l: vsp1: Postpone page flip in event of display list race If we try to commit the display list while an update is pending, we have missed our opportunity. The display list manager will hold the commit until the next interrupt. In this event, we inform the vsp1 completion callback handler so that the du will not perform a page flip out of turn. Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>