Re: [PATCH 10/10] OMAP: DSS2: DSI Video mode support

2011-09-05 Thread Tomi Valkeinen
On Mon, 2011-09-05 at 11:22 +0530, Archit Taneja wrote: On Friday 02 September 2011 01:25 PM, Valkeinen, Tomi wrote: On Fri, 2011-09-02 at 11:43 +0530, Archit Taneja wrote: Sending a null packet to start the DDR clk is rather OMAP specific internal thing, so I don't want to require the

Re: [PATCH 10/10] OMAP: DSS2: DSI Video mode support

2011-09-05 Thread Archit Taneja
On Monday 05 September 2011 12:22 PM, Valkeinen, Tomi wrote: On Mon, 2011-09-05 at 11:22 +0530, Archit Taneja wrote: On Friday 02 September 2011 01:25 PM, Valkeinen, Tomi wrote: On Fri, 2011-09-02 at 11:43 +0530, Archit Taneja wrote: Sending a null packet to start the DDR clk is rather OMAP

Re: [PATCH 10/10] OMAP: DSS2: DSI Video mode support

2011-09-04 Thread Archit Taneja
On Friday 02 September 2011 01:25 PM, Valkeinen, Tomi wrote: On Fri, 2011-09-02 at 11:43 +0530, Archit Taneja wrote: Sending a null packet to start the DDR clk is rather OMAP specific internal thing, so I don't want to require the panel driver to need to know that it must send a null packet

Re: [PATCH 10/10] OMAP: DSS2: DSI Video mode support

2011-09-02 Thread Archit Taneja
On Friday 02 September 2011 11:02 AM, Valkeinen, Tomi wrote: On Fri, 2011-09-02 at 10:45 +0530, Archit Taneja wrote: Hi, On Thursday 01 September 2011 06:44 PM, Valkeinen, Tomi wrote: On Tue, 2011-08-30 at 16:21 +0530, Archit Taneja wrote: Add initial support for DSI video mode panels: - Add

Re: [PATCH 10/10] OMAP: DSS2: DSI Video mode support

2011-09-02 Thread Tomi Valkeinen
On Fri, 2011-09-02 at 11:43 +0530, Archit Taneja wrote: Sending a null packet to start the DDR clk is rather OMAP specific internal thing, so I don't want to require the panel driver to need to know that it must send a null packet to start the clock. So if the ddr clk is not started

Re: [PATCH 10/10] OMAP: DSS2: DSI Video mode support

2011-09-01 Thread Tomi Valkeinen
On Tue, 2011-08-30 at 16:21 +0530, Archit Taneja wrote: Add initial support for DSI video mode panels: - Add a new structure omap_dss_dsi_videomode_data in the member panel in omap_dss_device struct. This allows panel driver to configure dsi video_mode specific parameters. - Configure

Re: [PATCH 10/10] OMAP: DSS2: DSI Video mode support

2011-09-01 Thread Archit Taneja
Hi, On Thursday 01 September 2011 06:44 PM, Valkeinen, Tomi wrote: On Tue, 2011-08-30 at 16:21 +0530, Archit Taneja wrote: Add initial support for DSI video mode panels: - Add a new structure omap_dss_dsi_videomode_data in the member panel in omap_dss_device struct. This allows panel driver

Re: [PATCH 10/10] OMAP: DSS2: DSI Video mode support

2011-09-01 Thread Tomi Valkeinen
On Fri, 2011-09-02 at 10:45 +0530, Archit Taneja wrote: Hi, On Thursday 01 September 2011 06:44 PM, Valkeinen, Tomi wrote: On Tue, 2011-08-30 at 16:21 +0530, Archit Taneja wrote: Add initial support for DSI video mode panels: - Add a new structure omap_dss_dsi_videomode_data in the

[PATCH 10/10] OMAP: DSS2: DSI Video mode support

2011-08-30 Thread Archit Taneja
Add initial support for DSI video mode panels: - Add a new structure omap_dss_dsi_videomode_data in the member panel in omap_dss_device struct. This allows panel driver to configure dsi video_mode specific parameters. - Configure basic DSI video mode timing parameters: HBP, HFP, HSA, VBP, VFP,