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

2016-06-16 Thread Liviu Dudau
Hi Russell, On Wed, Jun 15, 2016 at 09:11:16PM +0100, Russell King - ARM Linux wrote: > On Wed, Jun 15, 2016 at 06:21:04PM +0100, Liviu Dudau wrote: > > Could be the tda998x_drv fault, but I'm getting this splat: > > > > [1.347687] kobject_add_internal failed for card0-HDMI-A-1 (error: -2 >

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

2016-06-15 Thread Daniel Vetter
On Wed, Jun 15, 2016 at 10:05 PM, Russell King - ARM Linux wrote: > On Wed, Jun 15, 2016 at 09:29:38PM +0200, Daniel Vetter wrote: >> On Wed, Jun 15, 2016 at 7:21 PM, Liviu Dudau wrote: >> > Could be the tda998x_drv fault, but I'm getting this splat: >> >> Yeah, tda9998x needs to be fixed to

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

2016-06-15 Thread Daniel Vetter
On Wed, Jun 15, 2016 at 7:21 PM, Liviu Dudau wrote: > On Wed, Jun 15, 2016 at 07:13:15PM +0200, Daniel Vetter wrote: >> On Wed, Jun 15, 2016 at 6:17 PM, Liviu Dudau wrote: >> > On Wed, Jun 15, 2016 at 05:23:10PM +0200, Daniel Vetter wrote: >> >> On Wed, Jun 15, 2016 at 03:51:34PM +0100, Liviu

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

2016-06-15 Thread Russell King - ARM Linux
On Wed, Jun 15, 2016 at 06:21:04PM +0100, Liviu Dudau wrote: > Could be the tda998x_drv fault, but I'm getting this splat: > > [1.347687] kobject_add_internal failed for card0-HDMI-A-1 (error: -2 > parent: card0) Right, so this is -ENOENT - I expect that it's complaining that the parent

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

2016-06-15 Thread Russell King - ARM Linux
On Wed, Jun 15, 2016 at 09:29:38PM +0200, Daniel Vetter wrote: > On Wed, Jun 15, 2016 at 7:21 PM, Liviu Dudau wrote: > > Could be the tda998x_drv fault, but I'm getting this splat: > > Yeah, tda9998x needs to be fixed to _not_ register it's connector > before the overall (componentized) driver

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

2016-06-15 Thread Daniel Vetter
On Wed, Jun 15, 2016 at 7:13 PM, Daniel Vetter wrote: > On Wed, Jun 15, 2016 at 6:17 PM, Liviu Dudau wrote: >> On Wed, Jun 15, 2016 at 05:23:10PM +0200, Daniel Vetter wrote: >>> On Wed, Jun 15, 2016 at 03:51:34PM +0100, Liviu Dudau wrote: >>> > Add support for the new family of Display

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

2016-06-15 Thread Daniel Vetter
On Wed, Jun 15, 2016 at 6:17 PM, Liviu Dudau wrote: > On Wed, Jun 15, 2016 at 05:23:10PM +0200, Daniel Vetter wrote: >> On Wed, Jun 15, 2016 at 03:51:34PM +0100, Liviu Dudau wrote: >> > Add support for the new family of Display Processors from ARM Ltd. >> > This commit adds basic support for Mali

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

2016-06-15 Thread Liviu Dudau
On Wed, Jun 15, 2016 at 06:35:37PM +0100, Chris Wilson wrote: > On Wed, Jun 15, 2016 at 06:21:04PM +0100, Liviu Dudau wrote: > > On Wed, Jun 15, 2016 at 07:13:15PM +0200, Daniel Vetter wrote: > > > On Wed, Jun 15, 2016 at 6:17 PM, Liviu Dudau > > > wrote: > > > > On Wed, Jun 15, 2016 at

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

2016-06-15 Thread Chris Wilson
On Wed, Jun 15, 2016 at 06:21:04PM +0100, Liviu Dudau wrote: > On Wed, Jun 15, 2016 at 07:13:15PM +0200, Daniel Vetter wrote: > > On Wed, Jun 15, 2016 at 6:17 PM, Liviu Dudau wrote: > > > On Wed, Jun 15, 2016 at 05:23:10PM +0200, Daniel Vetter wrote: > > >> On Wed, Jun 15, 2016 at 03:51:34PM

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

2016-06-15 Thread Liviu Dudau
On Wed, Jun 15, 2016 at 07:13:15PM +0200, Daniel Vetter wrote: > On Wed, Jun 15, 2016 at 6:17 PM, Liviu Dudau wrote: > > On Wed, Jun 15, 2016 at 05:23:10PM +0200, Daniel Vetter wrote: > >> On Wed, Jun 15, 2016 at 03:51:34PM +0100, Liviu Dudau wrote: > >> > Add support for the new family of

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

2016-06-15 Thread Daniel Vetter
On Wed, Jun 15, 2016 at 03:51:34PM +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

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

2016-06-15 Thread Liviu Dudau
On Wed, Jun 15, 2016 at 05:23:10PM +0200, Daniel Vetter wrote: > On Wed, Jun 15, 2016 at 03:51:34PM +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

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

2016-06-15 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