Noralf Trønnes noralf@tronnes.org writes:
drm_dev_register() initializes internal clients like bootsplash as the last thing it does, so all setup needs to be done at this point.
Fix by calling vc4_kms_load() before registering. Also check the error code returned from that function.
Cc: Eric Anholt eric@anholt.net Signed-off-by: Noralf Trønnes noralf@tronnes.org
Reviewed-by: Eric Anholt eric@anholt.net