commit | 36693f3c3254d9361095f6b225d5e69bd8da5c32 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Wed Feb 18 13:21:56 2015 +0200 |
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Tue Mar 03 16:16:04 2015 +0200 |
tree | 89e80dd9bf956eb9dea66f40d39ffa11463967c2 | |
parent | 17f6b8a0270f7a40b3dbe07dbcb6cb7f67ce570a [diff] |
drm: rcar-du: Wait for page flip completion when turning the CRTC off Turning a CRTC off will prevent a queued page flip from ever completing, potentially confusing userspace. Wait for queued page flips to complete before turning the CRTC off to avoid this. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>