Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210173
b: refs/heads/master
c: c7ef35a
h: refs/heads/master
i:
  210171: c182c75
v: v3
  • Loading branch information
Chris Wilson authored and Dave Airlie committed Sep 6, 2010
1 parent f4b6dac commit 933252d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: e58f637bb96d5a0ae0919b9998b891d1ba7e47c9
refs/heads/master: c7ef35a960369bcad733b92868e4befe03ba9234
7 changes: 3 additions & 4 deletions trunk/drivers/gpu/drm/drm_crtc_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,10 @@ int drm_helper_probe_single_connector_modes(struct drm_connector *connector,
}

count = (*connector_funcs->get_modes)(connector);
if (!count) {
if (count == 0 && connector->status == connector_status_connected)
count = drm_add_modes_noedid(connector, 1024, 768);
if (!count)
return 0;
}
if (count == 0)
goto prune;

drm_mode_connector_list_update(connector);

Expand Down

0 comments on commit 933252d

Please sign in to comment.