drm/kms/fb: provide a 1024x768 fbcon if no outputs found.
authorDave Airlie <airlied@redhat.com>
Tue, 30 Mar 2010 05:34:16 +0000 (05:34 +0000)
committerDave Airlie <airlied@redhat.com>
Wed, 7 Apr 2010 00:28:40 +0000 (10:28 +1000)
commit19b4b44503ccdf834062d68e022dc1e2721695a5
tree6f552d0f3abe7b3d0b23067892b7e2f10307e82c
parent0b4c0f3f0eceacb691e2b5570d9b16d751ce1b48
drm/kms/fb: provide a 1024x768 fbcon if no outputs found.

If we get no outputs setup provide a 1024x768 fbcon, with
this + radeon hotplug stuff I can plug a monitor in after startup
and get to see stuff.

Last thing is to add some sort of timer for non-hpd outputs like
VGA etc.

Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_fb_helper.c