Re: [PATCH 5/6] OMAPDSS: DISPC: move fifo threhold calc to dispc.c

2012-01-18 Thread Tomi Valkeinen
On Sat, 2012-01-14 at 01:30 +0530, Archit wrote: > Hi, > > On Friday 13 January 2012 05:16 PM, Tomi Valkeinen wrote: > > Move fifo threshold calculation into dispc.c, as the thresholds are > > really dispc internal thing. > > > > Signed-off-by: Tomi Valkeinen > > > > > diff --git a/drivers/vide

Re: [PATCH 5/6] OMAPDSS: DISPC: move fifo threhold calc to dispc.c

2012-01-16 Thread Archit
On Monday 16 January 2012 03:27 PM, Tomi Valkeinen wrote: On Sat, 2012-01-14 at 01:30 +0530, Archit wrote: Hi, On Friday 13 January 2012 05:16 PM, Tomi Valkeinen wrote: Move fifo threshold calculation into dispc.c, as the thresholds are really dispc internal thing. Signed-off-by: Tomi Valkein

Re: [PATCH 5/6] OMAPDSS: DISPC: move fifo threhold calc to dispc.c

2012-01-16 Thread Tomi Valkeinen
On Sat, 2012-01-14 at 01:30 +0530, Archit wrote: > Hi, > > On Friday 13 January 2012 05:16 PM, Tomi Valkeinen wrote: > > Move fifo threshold calculation into dispc.c, as the thresholds are > > really dispc internal thing. > > > > Signed-off-by: Tomi Valkeinen > > > > > diff --git a/drivers/vide

Re: [PATCH 5/6] OMAPDSS: DISPC: move fifo threhold calc to dispc.c

2012-01-13 Thread Archit
Hi, On Friday 13 January 2012 05:16 PM, Tomi Valkeinen wrote: Move fifo threshold calculation into dispc.c, as the thresholds are really dispc internal thing. Signed-off-by: Tomi Valkeinen diff --git a/drivers/video/omap2/dss/dsi.c b/drivers/video/omap2/dss/dsi.c index 511ae2a..1cbb7a5 100

[PATCH 5/6] OMAPDSS: DISPC: move fifo threhold calc to dispc.c

2012-01-13 Thread Tomi Valkeinen
Move fifo threshold calculation into dispc.c, as the thresholds are really dispc internal thing. Signed-off-by: Tomi Valkeinen --- drivers/video/omap2/dss/apply.c | 34 ++ drivers/video/omap2/dss/dispc.c | 22 -- drivers/video/omap2/dss