Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174493
b: refs/heads/master
c: 9632b41
h: refs/heads/master
i:
  174491: 267fab6
v: v3
  • Loading branch information
Adam Jackson authored and Dave Airlie committed Nov 24, 2009
1 parent b7369a6 commit 26d55fe
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 862b89c069cafded4e31029be511f2e0b58d9c5f
refs/heads/master: 9632b41f00cc2fb2846569cc99dbeef78e5c94a0
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/drm_crtc_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ int drm_helper_probe_single_connector_modes(struct drm_connector *connector,

count = (*connector_funcs->get_modes)(connector);
if (!count) {
count = drm_add_modes_noedid(connector, 800, 600);
count = drm_add_modes_noedid(connector, 1024, 768);
if (!count)
return 0;
}
Expand Down

0 comments on commit 26d55fe

Please sign in to comment.