Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196448
b: refs/heads/master
c: 19b4b44
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Apr 7, 2010
1 parent 586184c commit 7f479af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0b4c0f3f0eceacb691e2b5570d9b16d751ce1b48
refs/heads/master: 19b4b44503ccdf834062d68e022dc1e2721695a5
4 changes: 3 additions & 1 deletion trunk/drivers/gpu/drm/drm_fb_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,9 @@ int drm_fb_helper_single_fb_probe(struct drm_fb_helper *fb_helper,
if (crtc_count == 0 || sizes.fb_width == -1 || sizes.fb_height == -1) {
/* hmm everyone went away - assume VGA cable just fell out
and will come back later. */
return 0;
DRM_ERROR("Cannot find any crtc or sizes - going 1024x768\n");
sizes.fb_width = sizes.surface_width = 1024;
sizes.fb_height = sizes.surface_height = 768;
}

/* push down into drivers */
Expand Down

0 comments on commit 7f479af

Please sign in to comment.