Daniel Vetter daniel@ffwll.ch writes:
On Tue, Apr 18, 2017 at 9:11 PM, Eric Anholt eric@anholt.net wrote:
The FBDEV initialization would throw an error in dmesg, when we just want to silently not initialize fbdev on a V3D-only VC4 instance.
Signed-off-by: Eric Anholt eric@anholt.net
Hm, this shouldn't be an error really, you might want to hotplug more connectors later on. What exactly complains?
drm_fb_helper_init() throws an error if the passed in connector count is 0, so drm_fb_cma_helper() printks an error.