Re: [PATCH 2/9] drm/panel: simple: simplify display_mode definitions by using macro

2017-10-18 Thread Lothar Waßmann
Hi, On Tue, 17 Oct 2017 14:09:37 +0200 Thierry Reding wrote: > On Wed, Oct 11, 2017 at 01:23:34PM +0200, Lothar Waßmann wrote: > > Use the newly defined macro to generate the display_mode data entries > > for all panels. This reduces the code size significantly and makes the > > code more readable

Re: [PATCH 2/9] drm/panel: simple: simplify display_mode definitions by using macro

2017-10-18 Thread Lothar Waßmann
Hi, On Tue, 17 Oct 2017 15:08:31 +0200 Thierry Reding wrote: > On Tue, Oct 17, 2017 at 03:05:16PM +0200, Lothar Waßmann wrote: > > Hi, > > > > On Tue, 17 Oct 2017 14:09:37 +0200 Thierry Reding wrote: > > > On Wed, Oct 11, 2017 at 01:23:34PM +0200, Lothar Waßmann wrote: > > > > Use the newly defin

Re: [PATCH 2/9] drm/panel: simple: simplify display_mode definitions by using macro

2017-10-17 Thread Thierry Reding
On Tue, Oct 17, 2017 at 03:05:16PM +0200, Lothar Waßmann wrote: > Hi, > > On Tue, 17 Oct 2017 14:09:37 +0200 Thierry Reding wrote: > > On Wed, Oct 11, 2017 at 01:23:34PM +0200, Lothar Waßmann wrote: > > > Use the newly defined macro to generate the display_mode data entries > > > for all panels. T

Re: [PATCH 2/9] drm/panel: simple: simplify display_mode definitions by using macro

2017-10-17 Thread Thierry Reding
On Wed, Oct 11, 2017 at 01:23:34PM +0200, Lothar Waßmann wrote: > Use the newly defined macro to generate the display_mode data entries > for all panels. This reduces the code size significantly and makes the > code more readable. > > Signed-off-by: Lothar Waßmann > --- > drivers/gpu/drm/panel/p

[PATCH 2/9] drm/panel: simple: simplify display_mode definitions by using macro

2017-10-12 Thread Lothar Waßmann
Use the newly defined macro to generate the display_mode data entries for all panels. This reduces the code size significantly and makes the code more readable. Signed-off-by: Lothar Waßmann --- drivers/gpu/drm/panel/panel-simple.c | 799 ++- 1 file changed, 134 i