From e752747b98ae64ff0d1484a3b1b812fd2cafed53 Mon Sep 17 00:00:00 2001 From: Mandeep Singh Baines Date: Wed, 1 Apr 2015 13:02:12 -0300 Subject: [PATCH] drm/exynos: track vblank events on a per crtc basis The goal of the change is to make sure we send the vblank event on the current vblank. My hope is to fix any races that might be causing flicker. After this change I only see a flicker in the transition plymouth and X11. Simplified the code by tracking vblank events on a per-crtc basis. This allowed me to remove all error paths from the callback. It also allowed me to remove the vblank wait from the callback. Signed-off-by: Mandeep Singh Baines Signed-off-by: Gustavo Padovan Signed-off-by: Inki Dae --- Reading git-format-patch failed