From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Manjunathappa, Prakash" Date: Fri, 20 Jul 2012 16:03:56 +0000 Subject: [PATCH] video: da8xx-fb: allow frame to complete before disabling LCDC Message-Id: <1342799516-10842-1-git-send-email-prakash.pm@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-fbdev@vger.kernel.org Wait for active frame transfer to complete before disabling LCDC. At the same this wait is not be required when there are sync and underflow errors. Signed-off-by: Manjunathappa, Prakash --- drivers/video/da8xx-fb.c | 58 ++++++++++++++++++++++++++++++++++++--------- 1 files changed, 46 insertions(+), 12 deletions(-) diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c index 4440292..c178592 100644 --- a/drivers/video/da8xx-fb.c +++ b/drivers/video/da8xx-fb.c @@ -31,6 +31,7 @@ #include #include #include +#include #include