[PATCH 07/36] drm/omap: Init fbdev emulation only when we have displays

2016-12-09 Thread Daniel Vetter
On Fri, Dec 09, 2016 at 01:13:11PM +0200, Tomi Valkeinen wrote: > On 30/11/16 15:46, Daniel Vetter wrote: > > On Wed, Nov 30, 2016 at 01:17:09PM +0200, Tomi Valkeinen wrote: > >> From: Peter Ujfalusi > >> > >> Do not try to init the fbdev if either num_crtcs or num_connectors is 0. > >> In this

[PATCH 07/36] drm/omap: Init fbdev emulation only when we have displays

2016-12-09 Thread Tomi Valkeinen
On 30/11/16 15:46, Daniel Vetter wrote: > On Wed, Nov 30, 2016 at 01:17:09PM +0200, Tomi Valkeinen wrote: >> From: Peter Ujfalusi >> >> Do not try to init the fbdev if either num_crtcs or num_connectors is 0. >> In this case we do not have display so the fbdev init would fail anyways. >> >>

[PATCH 07/36] drm/omap: Init fbdev emulation only when we have displays

2016-11-30 Thread Daniel Vetter
On Wed, Nov 30, 2016 at 01:17:09PM +0200, Tomi Valkeinen wrote: > From: Peter Ujfalusi > > Do not try to init the fbdev if either num_crtcs or num_connectors is 0. > In this case we do not have display so the fbdev init would fail anyways. > > Signed-off-by: Peter Ujfalusi > Signed-off-by:

[PATCH 07/36] drm/omap: Init fbdev emulation only when we have displays

2016-11-30 Thread Tomi Valkeinen
From: Peter Ujfalusi Do not try to init the fbdev if either num_crtcs or num_connectors is 0. In this case we do not have display so the fbdev init would fail anyways. Signed-off-by: Peter Ujfalusi Signed-off-by: Tomi Valkeinen --- drivers/gpu/drm/omapdrm/omap_fbdev.c