Daniel Vetter writes: > On Fri, Apr 28, 2017 at 03:42:22PM -0700, Eric Anholt 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 > > With the commit message updated that passing num_connector is the bug that > throws the error (and not that we set up a no-op fbdev): > > Reviewed-by: Daniel Vetter > > Still kinda hoping for a follow-up to entirely get rid fo num_connector in > the fbdev init funcs. New commit message: drm/vc4: Don't try to initialize FBDEV if we're only bound to V3D. There's no sense in having an fbdev if there's no display, since connectors don't get hotplugged to this hardware. On Cygnus we were getting a dmesg error from passing in num_connectors (0), when that argument is supposed to be the maximum number of cloned connectors per CRTC (1). Still no drm-misc acks on the other two patches, so I don't think I can merge them.