Re: [PATCH v2 07/13] OMAPDSS: HDMI: Add a get_timing function for HDMI interface

2012-08-14 Thread Archit Taneja
On Tuesday 14 August 2012 07:40 PM, Tomi Valkeinen wrote: On Tue, 2012-08-14 at 18:45 +0530, Archit Taneja wrote: On Tuesday 14 August 2012 06:32 PM, Tomi Valkeinen wrote: Hi, On Thu, 2012-08-09 at 17:19 +0530, Archit Taneja wrote: Add function omapdss_hdmi_display_get_timing() which returns

Re: [PATCH v2 07/13] OMAPDSS: HDMI: Add a get_timing function for HDMI interface

2012-08-14 Thread Tomi Valkeinen
On Tue, 2012-08-14 at 18:45 +0530, Archit Taneja wrote: > On Tuesday 14 August 2012 06:32 PM, Tomi Valkeinen wrote: > > Hi, > > > > On Thu, 2012-08-09 at 17:19 +0530, Archit Taneja wrote: > >> Add function omapdss_hdmi_display_get_timing() which returns the timings > >> maintained by the HDMI inter

Re: [PATCH v2 07/13] OMAPDSS: HDMI: Add a get_timing function for HDMI interface

2012-08-14 Thread Archit Taneja
On Tuesday 14 August 2012 06:32 PM, Tomi Valkeinen wrote: Hi, On Thu, 2012-08-09 at 17:19 +0530, Archit Taneja wrote: Add function omapdss_hdmi_display_get_timing() which returns the timings maintained by the HDMI interface driver in it's hdmi_config field. This prevents the need for the panel

Re: [PATCH v2 07/13] OMAPDSS: HDMI: Add a get_timing function for HDMI interface

2012-08-14 Thread Tomi Valkeinen
Hi, On Thu, 2012-08-09 at 17:19 +0530, Archit Taneja wrote: > Add function omapdss_hdmi_display_get_timing() which returns the timings > maintained by the HDMI interface driver in it's hdmi_config field. This > prevents the need for the panel driver to configure default timings in it's > probe. >

[PATCH v2 07/13] OMAPDSS: HDMI: Add a get_timing function for HDMI interface

2012-08-09 Thread Archit Taneja
Add function omapdss_hdmi_display_get_timing() which returns the timings maintained by the HDMI interface driver in it's hdmi_config field. This prevents the need for the panel driver to configure default timings in it's probe. This function is just intended to be used once during the panel driver