Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163984
b: refs/heads/master
c: 620f378
h: refs/heads/master
v: v3
  • Loading branch information
Adam Jackson authored and Dave Airlie committed Sep 8, 2009
1 parent b121e54 commit 8d11077
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 1ecff1eb0b83efa85be5b54c958e831e37f993f3
refs/heads/master: 620f37811dcc9e0f97ee79fbf8908fcc097deaee
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/drm_crtc_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ int drm_helper_probe_single_connector_modes(struct drm_connector *connector,
if (connector->status == connector_status_disconnected) {
DRM_DEBUG_KMS("%s is disconnected\n",
drm_get_connector_name(connector));
/* TODO set EDID to NULL */
return 0;
goto prune;
}

count = (*connector_funcs->get_modes)(connector);
Expand Down Expand Up @@ -124,6 +123,7 @@ int drm_helper_probe_single_connector_modes(struct drm_connector *connector,
mode);
}

prune:
drm_mode_prune_invalid(dev, &connector->modes, true);

if (list_empty(&connector->modes))
Expand Down

0 comments on commit 8d11077

Please sign in to comment.