From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Tobias Schandinat Date: Sun, 22 Jul 2012 11:50:28 +0000 Subject: Re: [PATCH] video: da8xx-fb: allow frame to complete before disabling LCDC Message-Id: <500BE904.4020200@gmx.de> List-Id: References: <1342799516-10842-1-git-send-email-prakash.pm@ti.com> In-Reply-To: <1342799516-10842-1-git-send-email-prakash.pm@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-fbdev@vger.kernel.org Hi, On 07/20/2012 03:51 PM, Manjunathappa, Prakash wrote: > 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