RE: [PATCH v2] OMAP: DSS2: Fix error path in omap_dsi_update()

2010-07-27 Thread Taneja, Archit
> -Original Message- > From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] > Sent: Tuesday, July 27, 2010 1:14 PM > To: Taneja, Archit > Cc: linux-omap@vger.kernel.org > Subject: RE: [PATCH v2] OMAP: DSS2: Fix error path in > omap_dsi_update() > > On Tue

RE: [PATCH v2] OMAP: DSS2: Fix error path in omap_dsi_update()

2010-07-27 Thread Tomi Valkeinen
On Tue, 2010-07-27 at 09:34 +0200, ext Taneja, Archit wrote: > > > > Looks ok to me, I'll add it to my tree. Are you actually > > using dsi_update_screen_l4? > > > > Tomi > > There is a usecase in OMAP4 where we can run 4 displays in > parallel, 3 can be run using the 3 dispc channels, and anot

RE: [PATCH v2] OMAP: DSS2: Fix error path in omap_dsi_update()

2010-07-27 Thread Taneja, Archit
> -Original Message- > From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] > Sent: Tuesday, July 27, 2010 12:50 PM > To: Taneja, Archit > Cc: linux-omap@vger.kernel.org > Subject: Re: [PATCH v2] OMAP: DSS2: Fix error path in > omap_dsi_update() > > On Wed

Re: [PATCH v2] OMAP: DSS2: Fix error path in omap_dsi_update()

2010-07-27 Thread Tomi Valkeinen
On Wed, 2010-07-14 at 14:11 +0200, ext Archit Taneja wrote: > In the case of an error on calling dsi_update_screen_l4(), a > successful framedone callback is still sent to panel-taal. An > error should be returned to taal_update() instead. > Looks ok to me, I'll add it to my tree. Are you actuall

RE: [PATCH v2] OMAP: DSS2: Fix error path in omap_dsi_update()

2010-07-16 Thread Taneja, Archit
> Taneja, Archit had written, on 07/14/2010 07:11 AM, the following: > > In the case of an error on calling dsi_update_screen_l4(), a > > successful framedone callback is still sent to panel-taal. An error > > should be returned to taal_update() instead. > > > > Signed-off-by: Archit Taneja >

Re: [PATCH v2] OMAP: DSS2: Fix error path in omap_dsi_update()

2010-07-14 Thread Nishanth Menon
Taneja, Archit had written, on 07/14/2010 07:11 AM, the following: In the case of an error on calling dsi_update_screen_l4(), a successful framedone callback is still sent to panel-taal. An error should be returned to taal_update() instead. Signed-off-by: Archit Taneja --- v2: This fixes a comp

[PATCH v2] OMAP: DSS2: Fix error path in omap_dsi_update()

2010-07-14 Thread Archit Taneja
In the case of an error on calling dsi_update_screen_l4(), a successful framedone callback is still sent to panel-taal. An error should be returned to taal_update() instead. Signed-off-by: Archit Taneja --- v2: This fixes a compilation warning seen after builing with v1. v1: http://www.mail-arch