Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196439
b: refs/heads/master
c: 522032d
h: refs/heads/master
i:
  196437: 897645b
  196435: 778c0fc
  196431: c74d954
v: v3
  • Loading branch information
Adam Jackson authored and Dave Airlie committed Apr 9, 2010
1 parent c0278b8 commit b28ad3a
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: c385e50cb51ace73ebe12d57df76882e9dcf0e53
refs/heads/master: 522032da7ed3068cf79f733fb836118d908b7719
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/drm_edid.c
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ drm_mode_std(struct drm_connector *connector, struct edid *edid,
* instead. This way we don't have to guess at interlace or
* reduced blanking.
*/
list_for_each_entry(m, &connector->modes, head)
list_for_each_entry(m, &connector->probed_modes, head)
if (m->hdisplay == hsize && m->vdisplay == vsize &&
drm_mode_vrefresh(m) == vrefresh_rate)
return NULL;
Expand Down

0 comments on commit b28ad3a

Please sign in to comment.