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 Valkeinentomi.valkei...@ti.com snip diff --git

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 Valkeinentomi.valkei...@ti.com snip diff --git

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

[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 tomi.valkei...@ti.com --- drivers/video/omap2/dss/apply.c | 34 ++ drivers/video/omap2/dss/dispc.c | 22 --

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 Valkeinentomi.valkei...@ti.com snip diff --git a/drivers/video/omap2/dss/dsi.c b/drivers/video/omap2/dss/dsi.c