[PATCH] drm: atmel_hlcdc: Add support for get_timings

2015-05-28 Thread Boris Brezillon
On Thu, 28 May 2015 15:51:44 +0200 Philipp Zabel wrote: > Am Donnerstag, den 28.05.2015, 14:45 +0200 schrieb Boris Brezillon: > > Hi Philip, > > > > On Thu, 28 May 2015 13:13:28 +0200 > > Philipp Zabel wrote: > > > > > Hi Boris, > > > > > > Am Dienstag, den 26.05.2015, 11:28 +0200 schrieb Bor

[PATCH] drm: atmel_hlcdc: Add support for get_timings

2015-05-28 Thread Philipp Zabel
Am Donnerstag, den 28.05.2015, 14:45 +0200 schrieb Boris Brezillon: > Hi Philip, > > On Thu, 28 May 2015 13:13:28 +0200 > Philipp Zabel wrote: > > > Hi Boris, > > > > Am Dienstag, den 26.05.2015, 11:28 +0200 schrieb Boris Brezillon: > > > Hi David, > > > > > > On Thu, 21 May 2015 11:06:56 +020

[PATCH] drm: atmel_hlcdc: Add support for get_timings

2015-05-28 Thread Boris Brezillon
Hi Philip, On Thu, 28 May 2015 13:13:28 +0200 Philipp Zabel wrote: > Hi Boris, > > Am Dienstag, den 26.05.2015, 11:28 +0200 schrieb Boris Brezillon: > > Hi David, > > > > On Thu, 21 May 2015 11:06:56 +0200 > > David Dueck wrote: > > > > > drm_panel supports querying timing ranges. If the sup

[PATCH] drm: atmel_hlcdc: Add support for get_timings

2015-05-28 Thread Philipp Zabel
Hi Boris, Am Dienstag, den 26.05.2015, 11:28 +0200 schrieb Boris Brezillon: > Hi David, > > On Thu, 21 May 2015 11:06:56 +0200 > David Dueck wrote: > > > drm_panel supports querying timing ranges. If the supplied mode does > > not work with the hlcdc we query the panel and try to find a suitabl

[PATCH] drm: atmel_hlcdc: Add support for get_timings

2015-05-26 Thread Boris Brezillon
Hi David, On Thu, 21 May 2015 11:06:56 +0200 David Dueck wrote: > drm_panel supports querying timing ranges. If the supplied mode does > not work with the hlcdc we query the panel and try to find a suitable > mode. This patch looks good to me. Philip, Thierry, could you confirm this is the cor

[PATCH] drm: atmel_hlcdc: Add support for get_timings

2015-05-21 Thread David Dueck
drm_panel supports querying timing ranges. If the supplied mode does not work with the hlcdc we query the panel and try to find a suitable mode. Signed-off-by: David Dueck --- drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_output.c | 118 +++ 1 file changed, 98 insertions(+), 20 del