[PATCH 2/4] drm: Add support for ARM's HDLCD controller.

2015-08-19 Thread Liviu Dudau
On Mon, Aug 17, 2015 at 07:17:53PM +0100, Jon Medhurst (Tixy) wrote: > I haven't reviewed the code in detail, just had one comment I alluded to > in a private email the other day... > > On Wed, 2015-08-05 at 15:28 +0100, Liviu Dudau wrote: > > > diff --git a/drivers/gpu/drm/arm/hdlcd_crtc.c > >

[PATCH 2/4] drm: Add support for ARM's HDLCD controller.

2015-08-19 Thread Liviu Dudau
On Tue, Aug 18, 2015 at 05:41:59PM +0100, Emil Velikov wrote: > On 17 August 2015 at 16:15, Liviu Dudau wrote: > > On Sun, Aug 16, 2015 at 09:56:33AM +0100, Emil Velikov wrote: > >> Hi Liviu, > > > > Hi Emil, > > > >> > >> On 5 August 2015 at 15:28, Liviu Dudau wrote: > >> > The HDLCD controller

[PATCH 2/4] drm: Add support for ARM's HDLCD controller.

2015-08-18 Thread Emil Velikov
On 17 August 2015 at 16:15, Liviu Dudau wrote: > On Sun, Aug 16, 2015 at 09:56:33AM +0100, Emil Velikov wrote: >> Hi Liviu, > > Hi Emil, > >> >> On 5 August 2015 at 15:28, Liviu Dudau wrote: >> > The HDLCD controller is a display controller that supports resolutions >> > up to 4096x4096 pixels.

[PATCH 2/4] drm: Add support for ARM's HDLCD controller.

2015-08-17 Thread Jon Medhurst (Tixy)
I haven't reviewed the code in detail, just had one comment I alluded to in a private email the other day... On Wed, 2015-08-05 at 15:28 +0100, Liviu Dudau wrote: > diff --git a/drivers/gpu/drm/arm/hdlcd_crtc.c > b/drivers/gpu/drm/arm/hdlcd_crtc.c [...] > +void hdlcd_set_scanout(struct

[PATCH 2/4] drm: Add support for ARM's HDLCD controller.

2015-08-17 Thread Liviu Dudau
On Sun, Aug 16, 2015 at 09:56:33AM +0100, Emil Velikov wrote: > Hi Liviu, Hi Emil, > > On 5 August 2015 at 15:28, Liviu Dudau wrote: > > The HDLCD controller is a display controller that supports resolutions > > up to 4096x4096 pixels. It is present on various development boards > > produced

[PATCH 2/4] drm: Add support for ARM's HDLCD controller.

2015-08-16 Thread Emil Velikov
Hi Liviu, On 5 August 2015 at 15:28, Liviu Dudau wrote: > The HDLCD controller is a display controller that supports resolutions > up to 4096x4096 pixels. It is present on various development boards > produced by ARM Ltd and emulated by the latest Fast Models from the > company. > I believe

[PATCH 2/4] drm: Add support for ARM's HDLCD controller.

2015-08-05 Thread Liviu Dudau
The HDLCD controller is a display controller that supports resolutions up to 4096x4096 pixels. It is present on various development boards produced by ARM Ltd and emulated by the latest Fast Models from the company. Cc: David Airlie Cc: Robin Murphy Signed-off-by: Liviu Dudau ---