[RFC][PATCH 2/2] drm/arm: Add support for Mali Display Processors

2016-04-13 Thread Emil Velikov
On 13 April 2016 at 14:48, Liviu Dudau wrote: > On Wed, Apr 13, 2016 at 12:48:05PM +0100, Emil Velikov wrote: >> Hi Liviu, > > Hi Emil, > >> >> On 1 April 2016 at 17:21, Liviu Dudau wrote: >> > Add support for the new family of Display Processors from ARM Ltd. >> > This commit adds basic support

[RFC][PATCH 2/2] drm/arm: Add support for Mali Display Processors

2016-04-13 Thread Liviu Dudau
On Wed, Apr 13, 2016 at 12:48:05PM +0100, Emil Velikov wrote: > Hi Liviu, Hi Emil, > > On 1 April 2016 at 17:21, Liviu Dudau wrote: > > Add support for the new family of Display Processors from ARM Ltd. > > This commit adds basic support for Mali DP500, DP550 and DP650 > > parts, with only the

[RFC][PATCH 2/2] drm/arm: Add support for Mali Display Processors

2016-04-13 Thread Emil Velikov
Hi Liviu, On 1 April 2016 at 17:21, Liviu Dudau wrote: > Add support for the new family of Display Processors from ARM Ltd. > This commit adds basic support for Mali DP500, DP550 and DP650 > parts, with only the display engine being supported at the moment. > > Cc: David Brown > Cc: Brian

[RFC][PATCH 2/2] drm/arm: Add support for Mali Display Processors

2016-04-12 Thread Daniel Vetter
On Tue, Apr 12, 2016 at 06:16:54PM +0100, Liviu Dudau wrote: > On Tue, Apr 12, 2016 at 05:58:11PM +0200, Daniel Vetter wrote: > > On Fri, Apr 01, 2016 at 05:21:52PM +0100, Liviu Dudau wrote: > > > Add support for the new family of Display Processors from ARM Ltd. > > > This commit adds basic

[RFC][PATCH 2/2] drm/arm: Add support for Mali Display Processors

2016-04-12 Thread Daniel Vetter
On Tue, Apr 12, 2016 at 06:13:49PM +0100, Liviu Dudau wrote: > On Tue, Apr 12, 2016 at 05:47:57PM +0200, Daniel Vetter wrote: > > On Fri, Apr 01, 2016 at 05:21:52PM +0100, Liviu Dudau wrote: > > > +static int malidp_enable_vblank(struct drm_device *drm, unsigned int > > > crtc) > > > +{ > > > +

[RFC][PATCH 2/2] drm/arm: Add support for Mali Display Processors

2016-04-12 Thread Liviu Dudau
On Tue, Apr 12, 2016 at 05:58:11PM +0200, Daniel Vetter wrote: > On Fri, Apr 01, 2016 at 05:21:52PM +0100, Liviu Dudau wrote: > > Add support for the new family of Display Processors from ARM Ltd. > > This commit adds basic support for Mali DP500, DP550 and DP650 > > parts, with only the display

[RFC][PATCH 2/2] drm/arm: Add support for Mali Display Processors

2016-04-12 Thread Liviu Dudau
On Tue, Apr 12, 2016 at 05:47:57PM +0200, Daniel Vetter wrote: > On Fri, Apr 01, 2016 at 05:21:52PM +0100, Liviu Dudau wrote: > > Add support for the new family of Display Processors from ARM Ltd. > > This commit adds basic support for Mali DP500, DP550 and DP650 > > parts, with only the display

[RFC][PATCH 2/2] drm/arm: Add support for Mali Display Processors

2016-04-12 Thread Daniel Vetter
On Fri, Apr 01, 2016 at 05:21:52PM +0100, Liviu Dudau wrote: > Add support for the new family of Display Processors from ARM Ltd. > This commit adds basic support for Mali DP500, DP550 and DP650 > parts, with only the display engine being supported at the moment. > > Cc: David Brown > Cc: Brian

[RFC][PATCH 2/2] drm/arm: Add support for Mali Display Processors

2016-04-12 Thread Daniel Vetter
On Fri, Apr 01, 2016 at 05:21:52PM +0100, Liviu Dudau wrote: > Add support for the new family of Display Processors from ARM Ltd. > This commit adds basic support for Mali DP500, DP550 and DP650 > parts, with only the display engine being supported at the moment. > > Cc: David Brown > Cc: Brian

[RFC][PATCH 2/2] drm/arm: Add support for Mali Display Processors

2016-04-01 Thread Liviu Dudau
Add support for the new family of Display Processors from ARM Ltd. This commit adds basic support for Mali DP500, DP550 and DP650 parts, with only the display engine being supported at the moment. Cc: David Brown Cc: Brian Starkey Signed-off-by: Liviu Dudau --- drivers/gpu/drm/arm/Kconfig